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

Re: Inane question

by kilinrax (Deacon)
on Nov 23, 2000 at 22:34 UTC ( [id://43149]=note: print w/replies, xml ) Need Help??


in reply to Inane question

Simply subscript the array returned by sort, thusly:
foreach $table_name ((sort { $a cmp $b } @table_list)[2..$#table_list] +) { # do stuff }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://43149]
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: (9)
As of 2024-04-18 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found