Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Pig Latin

by Anonymous Monk
on Feb 17, 2000 at 02:16 UTC ( [id://3593]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while(<>) {
        s{ \b([bcdfghjklmpqrstvwxyz]?)(\w+) }
    ...
           else   {$2."way"} }egix;
        print;
        }
    
  2. or download this
    while(<>) {
        s{ \b([bcdfghjklmpqrstvwxyz]*)([aeiou]+)(\w*) }
    ...
           else   {$2.$3."way"} }egix;
        print;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 13:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found