Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: What's wrong with @ARGV - or with me?

by choroba (Cardinal)
on Jun 12, 2013 at 12:18 UTC ( [id://1038454]=note: print w/replies, xml ) Need Help??


in reply to What's wrong with @ARGV - or with me?

Wrong file association/registry setting not passing arguments?
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^2: What's wrong with @ARGV - or with me?
by karlgoethebier (Abbot) on Jun 12, 2013 at 12:30 UTC

    ...file association is OK. Regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

      .file association is OK.

      Doubtful. Your symptoms are exactly those of a windows system with mis-configured associations.

      Please post your output from running assoc .pl and ftype Perl


      With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
      Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
      "Science is about questioning the status quo. Questioning authority".
      In the absence of evidence, opinion is indistinguishable from prejudice.

        This thread is reminding me why I use Cygwin/X and run Perl stuff from there. That is when I am forced to use Windows at least..


        Peter L. Berghold -- Unix Professional
        Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg
        C:\Windows\system32>assoc .pl .pl=Perl C:\Windows\system32> C:\Windows\system32> C:\Windows\system32>ftype Perl Perl="C:\Perl64\bin\perl.exe" "%1" %* C:\Windows\system32>

        Regards, Karl

        «The Crux of the Biscuit is the Apostrophe»

      Your .pl file association is correct in regards to executing the script, but is incorrect/incomplete because it doesn't "see" the args passed to the script.

      Look up the HKEY_CLASSES_ROOT\Applications\perl.exe\shell\open\command entry in the registry. The value should be "C:\Perl\bin\perl.exe" "%1". I suspect that yours is missing the "%1"

      EDIT: Sorry, I just saw your .pl association post. It looks correct.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-28 14:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found