Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
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??


in reply to Question of scope

You might find one of these forms simpler (and shorter): sub { push @coords, @_[1,2] } or
sub { my (undef, $x, $y) = @_; push @coords, $x, $y; }

gav^

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 goofing around in the Monastery: (5)
As of 2024-04-25 10:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found