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

(tye)Re: meaning of /o in regexes

by tye (Sage)
on Dec 07, 2002 at 06:01 UTC ( [id://218222]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        sub foo {
            $y =~ /$x/o;
        }
    
  2. or download this
        BEGIN {
            my $re;
            sub foo {
    ...
                $y =~ $re;
            }
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://218222]
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-03-29 08:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found