|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^2: system() implementation on Windows (again)by Anonymous Monk |
| on Aug 19, 2011 at 13:13 UTC ( #921238=note: print w/ replies, xml ) | Need Help?? |
|
Yes, tried that. And guess what... I get arguments split (by spaces) before the executable specified in the system() call is run. So if this is the content of my "main" perl script:
...Then this is the output:
As one can see, the perl called by system() does not get 2 arguments - as I would expect - but much more. Mhmm.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||