Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^6: regexp list return 5.6 vs 5.8

by johngg (Canon)
on Jan 25, 2008 at 10:15 UTC ( [id://664257]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "[@{ [ scalar test('abc') ] }]\n";
    print "[", scalar test('abc'), "]\n\n";
    ...
        my @rv = $_[0] =~ /^([0-9]+)$/;
        return @rv[ 0 .. $#rv ];
    }
    
  2. or download this
    [ ]
    [[]
    ...
    
    [123]
    [123]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://664257]
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 2024-04-19 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found