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

Re^3: search position is getting reset after 'local'

by Joost (Canon)
on Jun 12, 2006 at 13:10 UTC ( [id://554800]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $x = 'abc de';
    $x =~ m/ /g;
    ...
    }
    print " 3=".pos $$orig_value;
    print " 4=".pos $x;
    
  2. or download this
    1=4 2= 3=4 4=4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 13:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found