Hi all,
I am trying to write some perl scripts that check a password and then,
depending on whether the result is True or False, run a different perl
script.
So if the result of the password check is False then i want to run a perl 
script called 'password.pl'. If the password is true I want to run a script 
called 'page.pl' (for example). But how do i tell perl to run 'password.pl' 
or 'page.pl' ?????
I could write all these pages into one script and do a check that says if 
password is True do this.... else do that ...... but there must be a way of 
calling perl scripts external to the one that is running ???

Thanks in advance, your help is greatly appreciated
Anadi



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to