Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How can I stop ARGV from globbing all over the place?

by Chmrr (Vicar)
on Jul 23, 2002 at 17:39 UTC ( [id://184515]=note: print w/replies, xml ) Need Help??


in reply to How can I stop ARGV from globbing all over the place?

Don'y blame perl and @ARGV -- blame your shell. It's the shell which is doing the expansion on the globm before it ever hits perl.

The method you've described, of assuming it's one mode until told otherwise, isn't wrong at all; in fact, it's rather canonical.

perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^`+*^e v^#$&V"+@( NO CARRIER'

  • Comment on Re: How can I stop ARGV from globbing all over the place?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-16 11:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found