Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Parsing arguments

by hv (Prior)
on Feb 20, 2003 at 17:14 UTC ( [id://237137]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      bareword
      "quoted string"
    ...
      bareword = bareword
      bareword = "quoted string"
      bareword = 'quoted string'
    
  2. or download this
      while ($tag =~ m{
        \G
    ...
          : $1                        # bareword
        ;
      }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://237137]
Approved by Paladin
Front-paged by broquaint
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found