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

Re^4: my $x or my ($x)

by eff_i_g (Curate)
on Apr 04, 2006 at 15:35 UTC ( [id://541168]=note: print w/replies, xml ) Need Help??


in reply to Re^3: my $x or my ($x)
in thread my $x or my ($x)

Just a quick addition to ptum's. I would write:
my ($one, $two, $three, $four) = (0,0,0,0);
as
my ($one, $two, $three, $four) = (0) x 4;

Log In?
Username:
Password:

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

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

    No recent polls found