Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

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

by ptum (Priest)
on Apr 04, 2006 at 13:39 UTC ( [id://541144]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($one, $two, $three, $four) = 0;
    
  2. or download this
    my $one = my $two = my $three = my $four = 0;
    
  3. or download this
    my ($one, $two, $three, $four) = (0,0,0,0);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-25 01:13 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found