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).


___________
Eric Hodges

Replies are listed 'Best First'.
Re^4: Executing multiple scripts sequentially
by fabster01 (Initiate) on Jan 22, 2008 at 05:56 UTC
    thanks folks... later will seek your wisdom as I have Pascal experience thus perl codes are very long and thus would like to know how to shorten it :)