Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: sorting numbers

by stephen (Priest)
on Apr 10, 2002 at 23:04 UTC ( [id://158157]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    m/A t=(d*)/;
    my $t_val = $1;
    
  2. or download this
    hello A t=40a30
    
  3. or download this
    my @list = ('my', 'bonnie', 'lies');
    foreach my $word (sort @list) {
       print $word, "\n";
    }
    
  4. or download this
    bonnie
    lies
    my
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found