Does require() work only twice? I've tried multiple loops only to get this
to work a third time. After every time, however, it automatically exits.
Here's an example:
if (a = true) {
require 'naveen.pl";
} else {
print "You are not Naveen.\n";
exit;
As long as a = true, it should call 'naveen.pl', correct? Any ideas?
TIA,
- NP
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]