Re: Passing Variables from One Perlscript to Another
From: Joe (NoName_at_yahoo.com)
Date: 10/01/03
- Next message: Trent Curry: "Re: Passing Variables from One Perlscript to Another"
- Previous message: Peter Richards: "Perl script crashing at lockfile ?"
- In reply to: Michael Budash: "Re: Passing Variables from One Perlscript to Another"
- Next in thread: Trent Curry: "Re: Passing Variables from One Perlscript to Another"
- Reply: Trent Curry: "Re: Passing Variables from One Perlscript to Another"
- Reply: Michael Budash: "Re: Passing Variables from One Perlscript to Another"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 01 Oct 2003 03:04:48 GMT
> >
>
> i normally use one script to do it all.
>
> in the script, if the form has been submitted, the script validates the
> input data. if the data is valid, final processing occurs (db
> activities, emails sent, etc.), whatever thank you page is shown, then
> the script exits. if the data is not valid, the script "falls thru" to a
> section where the input form is displayed, populated with input data, if
> any. note that both the input form and the thank you pages are usually
> external template files.
>
I can live with just one script. But what I want to do is to display the
validated input and ask for confirmation before proceeding with the long
data extraction process. I don't know how to get user input in the middle
of a script.
Joe
- Next message: Trent Curry: "Re: Passing Variables from One Perlscript to Another"
- Previous message: Peter Richards: "Perl script crashing at lockfile ?"
- In reply to: Michael Budash: "Re: Passing Variables from One Perlscript to Another"
- Next in thread: Trent Curry: "Re: Passing Variables from One Perlscript to Another"
- Reply: Trent Curry: "Re: Passing Variables from One Perlscript to Another"
- Reply: Michael Budash: "Re: Passing Variables from One Perlscript to Another"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|