in reply to Re^2: Executing multiple scripts sequentially
in thread Executing multiple scripts sequentially
How exactly would a turtorial on require be helpful for someone using do?
On a seperate note, why in the world are hand printing that CGI header for every single one of your tutorials? use CGI;my $cgi = new CGI; print $cgi->header() is a lot shorted, easier to remember, and provides other very nice features (cookies, parameters, and redirects just to name a few).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Executing multiple scripts sequentially
by fabster01 (Initiate) on Jan 22, 2008 at 05:56 UTC |