Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Regular expression double grouping negation headache

by dreadpiratepeter (Priest)
on Jun 29, 2002 at 14:10 UTC ( [id://178237]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    %defaults = map {/([^=]+)=(\S+)/?($1=>$2):()} @ARGV;
    
  2. or download this
    
    %defaults = map {/([^=]+)=(.*)/?($1=>$2):()} @ARGV;
    
  3. or download this
    
    %defaults = map {/(.*?)=(.*)/?($1=>$2):()} @ARGV;
    
  4. or download this
    
    %defaults = map {(/(.*?)=(.*)/)} @ARGV;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-18 03:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found