Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Regex Capturing: Is this a bug or a feature?

by Anonymous Monk
on Sep 28, 2002 at 16:21 UTC ( [id://201458]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
      # localize the variables
      # the block
    }
    
  2. or download this
    {
      local ($1, $2) = ($1, $2); # OK, so you can't actually write this.
      # The hacky can write local (*1, *2) = \($1, $2); instead.
    ...
        my ($ts,$te) = ($1,$2);
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-26 04:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found