Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Question of scope

by gav^ (Curate)
on May 07, 2002 at 00:53 UTC ( [id://164496]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub { push @coords, @_[1,2] }
  2. or download this
    sub { 
        my (undef, $x, $y) = @_;
        push @coords, $x, $y;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found