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

aufrank's scratchpad

by aufrank (Pilgrim)
on Jun 01, 2004 at 18:11 UTC ( [id://358339]=scratchpad: print w/replies, xml ) Need Help??

Other unrelated stuff:

my $evens = ""; $evens .= substr($mixed_string, ($_ * 2), 1) foreach (0..length($mixed +_string) / 2); my $odds = ""; $odds .= substr($mixed_string, ($_ * 2 + 1), 1) foreach (0..length($mi +xed_string) / 2 - 1);

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 romping around the Monastery: (2)
As of 2024-03-19 05:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found