Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
---------#! c:\perl\bin\perl print "Hello World!";
---------test2.pl ---------<br> #! c:\perl\bin\perl.exe $output1 = `test1.pl`; print "Option 1: ".$output1."\n"; open(STDOUT, ">output"); # from perlfaq8 system("test1.pl");
---------- Any suggestions?Z:\test> test2.pl Option 1: Z:\test> type output Z:\test>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Why aren't my backtick calls working on Win32?
by bsb (Priest) on May 24, 2004 at 08:00 UTC | |
|
Re: Why aren't my backtick calls working on Win32?
by btrott (Parson) on Apr 05, 2000 at 00:28 UTC | |
|
Re: Why aren't my backtick calls working on Win32?
by chromatic (Archbishop) on Apr 05, 2000 at 02:00 UTC |