Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: ARGV not getting set

by ikegami (Patriarch)
on Aug 04, 2017 at 03:36 UTC ( [id://1196700]=note: print w/replies, xml ) Need Help??


in reply to ARGV not getting set

You have a poorly constructed file association (e.g. one created by double-clicking an un-associated .pl file). Recreate it as by running the following two commands:

ftype perlfile="D:\Perl\bin\perl.exe" "%1" %* assoc .pl=perlfile

Adjust the path as needed.

Replies are listed 'Best First'.
Re^2: ARGV not getting set
by BillKSmith (Monsignor) on Aug 04, 2017 at 14:05 UTC
    The solution proposed by ikegami is probably correct. However, I recommend against using these commands until you have read and understood their documentation.
    help ftype help assoc
    Bill

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-23 06:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found