Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^5: Module Announcement: Perl-Critic-1.01

by Rhandom (Curate)
on Jan 29, 2007 at 19:07 UTC ( [id://597148]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($x, $y) = @{ $obj->getPosition }
    
  2. or download this
    my $point = $obj->getPosition;
    do_something_with_point($point);
    ...
    # or maybe $point->[0] - possibly bad
    # or maybe $point->{x} - probably bad
    # but really $point->x is the best
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://597148]
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-04-25 16:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found