Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^5: Strange Regex Behavior

by quester (Vicar)
on Dec 06, 2011 at 09:08 UTC ( [id://941975]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $,=", ";
    my $i;
    print $i++, $i, $i++, $i, $i++, $i;
    
  2. or download this
    0, 3, 1, 3, 2, 3
    
  3. or download this
    use Data::Dump::Streamer;
    my $i;
    print Dump \($i++, $i, $i++, $i, $i++, $i);
    
  4. or download this
    $SCALAR1 = \do { my $v = 0 };
    $SCALAR2 = \do { my $v = 3 };
    ...
    $SCALAR4 = $SCALAR2;
    $SCALAR5 = \do { my $v = 2 };
    $SCALAR6 = $SCALAR2;
    
  5. or download this
    use Data::Dump::Streamer;
    print Dump \("x"=~/(x)/, $1, "y"=~/(y)/, $1, "z"=~/(z)/, $1);
    
  6. or download this
    $SCALAR1 = \do { my $v = 'x' };
    $SCALAR2 = \do { my $v = 'z' };
    ...
    $SCALAR4 = $SCALAR2;
    $SCALAR5 = \do { my $v = 'z' };
    $SCALAR6 = $SCALAR2;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2025-04-25 12:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.