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

Roy Johnson's scratchpad

by Roy Johnson (Monsignor)
on Jun 01, 2004 at 19:18 UTC ( [id://358440]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Sort so that alpha keys come first, then numerics
    map $_->[1],
    ...
           or $a->[0] ? $a->[1] <=> $b->[1]
                      : $a->[1] cmp $b->[1] }
    map [(/[a-z]/i ? 0 : 1), $_], keys %hash;
    
  2. or download this
    package gs;
    
    ...
    
    # Export everything!
    @EXPORT = grep defined(&{$main::{$pkg.'::'}{$_}}), keys %{$main::{$pkg
    +.'::'}};
    
  3. or download this
    $f=q(s{}{\$f=q($f);
    $f};
    ...
    s{}{\$f=q($f);
    $f};
    print;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 09:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found