in reply to Has anyone seen perl losing arguments?
Your file association is broken. Specifically, the "%*" is missing in your association.
>assoc .pl .pl=Perl >ftype Perl Perl="C:\...\bin\perl.exe" "%1" %*
Either fix the association using ftype, or don't rely on the extension.
system("perl 2_CleanXMLfiles.pl \"$now_string\"");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Has anyone seen perl losing arguments?
by ted.byers (Monk) on Sep 29, 2011 at 18:12 UTC | |
by ikegami (Patriarch) on Oct 01, 2011 at 21:44 UTC |