Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

terra incognita's scratchpad

by terra incognita (Pilgrim)
on Sep 02, 2004 at 15:54 UTC ( [id://387952]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    var sys = new ActiveXObject("ADSystemInfo");
    var username = sys.UserName;
    var CN = username.split(",");
    var fullname = CN[0].split("=");
    
  2. or download this
    sub sort_array {
        my ($col, $dir, @foo) = @_;
    ...
            return @sortedarry;    
        }
    }
    
  3. or download this
    static XColorEntry xColors[] = {
         { "alice blue", 240, 248, 255 },
    ...
         { "YellowGreen", 154, 205, 50 },
         { NULL, 0, 0, 0 }
    };
    

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 lurking in the Monastery: (5)
As of 2024-04-19 12:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found