Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Scalar value @scores_sorted[$i] better written as $scores_sorted[$i]

by The_Ghost (Acolyte)
on Jan 03, 2011 at 10:32 UTC ( [id://880168]=note: print w/replies, xml ) Need Help??


in reply to Re: Scalar value @scores_sorted[$i] better written as $scores_sorted[$i]
in thread Scalar value @scores_sorted[$i] better written as $scores_sorted[$i]

With foreach is faster foreach (@scores ){ print $_."\n"; }
  • Comment on Re^2: Scalar value @scores_sorted[$i] better written as $scores_sorted[$i]

Log In?
Username:
Password:

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

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

    No recent polls found