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

Re^2: Command-line arguments to command-line Perl

by RecursionBane (Beadle)
on Oct 04, 2010 at 05:01 UTC ( [id://863252]=note: print w/replies, xml ) Need Help??


in reply to Re: Command-line arguments to command-line Perl
in thread Command-line arguments to command-line Perl

Thanks for the suggestion, BrowserUk. I wasn't able to get this to work, because perl seemed to think that the argument was meant for it, rather than the script, and I ended up using suhailck's BEGIN() solution, instead.

I do appreciate everyone's time and effort in helping me understand one of Perl's lesser-known functionalities! Thanks, everyone!

~RecursionBane

  • Comment on Re^2: Command-line arguments to command-line Perl

Replies are listed 'Best First'.
Re^3: Command-line arguments to command-line Perl
by BrowserUk (Patriarch) on Oct 04, 2010 at 09:52 UTC
    I wasn't able to get this to work, because perl seemed to think that the argument was meant for it, rather than the script,

    Sorry. I don't often use -s with -e.

    You have to use -- to delineate between switches meant for perl, and those meant for the -e script:

    perl -pi -se's/.*'def'.*''/\t"def"=>"dumper\/$D.def",/g' -- -D=ADCIF C +onfigFile

    Not very practical on the command line, but useful in shell scripts.


    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.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-19 08:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found