|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re^4: Has anyone seen perl losing arguments?by ted.byers (Beadle) |
| on Sep 29, 2011 at 15:28 UTC ( #928599=note: print w/ replies, xml ) | Need Help?? |
|
Thanks for your help No, I didn't dumper it. rather, I just print intermediate results, until the program has been shown to be working OK. The shell is Windows Server Web's cmd Here are the contents of my IPC.test.pl script:
And there are the contents of 'argv.test.pl' print "$ARGV[0]\n\t$ARGV[1]\n\t\t$ARGV[2]\n";and here is what is written to standard out:
So, it is clear that my way forward is to use IPC::System::Simple. But what is not clear is why using the default system and back ticks worked fine on WIndows 7, Windows XP, and Windows Server 2003, but fails miserably on Windows Server Web. But I am not going to worry too much about that as long as I can quickly get these programs working again. Thanks again.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||