Re: calling other cgi's in PERL

2003-09-29 Thread Todd Farmer
Title\:\sSuccess/){ ## it worked! }else{ ## didn't work } Todd F. - Original Message - From: "David Gilden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 10:42 PM Subject: calling other cgi's in PERL > Can anyone enlighte

calling other cgi's in PERL

2003-09-29 Thread David Gilden
Can anyone enlighten me on how to do this: Goal: call different PERL scripts from current PERL script. Below is what I am trying to accomplish, but I am not sure I have the syntax correct. (can't seem to find anything this in my PERL books) Thanks, Dave - #!/usr/bin/perl -w #some code..