Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: two questions that come together into one grand unified question

by IraTarball (Monk)
on Oct 15, 2001 at 23:28 UTC ( [id://118972]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %hash = sort %hash;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print "\n";
    print "$_ => $hash{$_}\n" for keys %hash;
    
  3. or download this
    thing2 => leads to another
    All => is great and glorious
    ...
    leads to another => one thing
    thing1 => thing2
    All => is great and glorious
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 15:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found