Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Yoda Speak Translator

by grep (Monsignor)
on Apr 26, 2002 at 06:15 UTC ( [id://162190]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
        # Sentence case
        $sentence = ucfirst(lc($sentence));
    }
    
  2. or download this
    sub yoda {
        my ($sentence) = @_;
    ...
        # Sentence case
        $sentence = ucfirst(lc($sentence));
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://162190]
Approved by andye
Front-paged by ignatz
help
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-03-28 19:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found