Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

aufrank's scratchpad

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

Help for this page

Select Code to Download


  1. or download this
    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 surveying the Monastery: (6)
As of 2024-04-19 11:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found