Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Has anyone seen perl losing arguments?

by ikegami (Patriarch)
on Sep 28, 2011 at 20:17 UTC ( [id://928409]=note: print w/replies, xml ) Need Help??


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

    No, the file association is OK. Files with a pl extension are associated with perl. Execution of my driver scripts relies on that.

      What does one have to do with the other?

      What's the output of

      >assoc .pl .pl=Perl ---- \ \ | v ---- >ftype Perl ???

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://928409]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 21:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found