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

Re: Pearls (not really) of Perl programming

by hardburn (Abbot)
on Nov 24, 2004 at 17:44 UTC ( [id://410193]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # $str contains the characters to encode
    my @chars = split //, $str;
    ...
        if( $_ eq 'c' ) { $_ = 'p' }
        # And so on. I think you all see where this is going
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found