Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Why parens?

by choroba (Cardinal)
on Feb 07, 2013 at 17:21 UTC ( [id://1017703]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_='....x....x....x...';
    my $scalar = /x/g;
    my ($list) = /x/g;
    print $scalar, "\t", $list, ".\n";
    
  2. or download this
    1       x.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-03-29 02:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found