Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: (jptxs) I pity da foo who forgets to add a title

by jptxs (Curate)
on Nov 17, 2000 at 10:47 UTC ( [id://42173]=note: print w/replies, xml ) Need Help??


in reply to I pity da foo who forgets to add a title

package MrT; use strict; use Exporter; use vars qw(@ISA @EXPORT_OK); @ISA = qw(Exporter); @EXPORT_OK = qw(&tprint); sub tprint { my @sayings = ( 'I pity the fool that ', 'The sucka better ', 'Maybe you should come over here and see what a real man is li +ke cause ', '"No way you gettin me in that airplane" said Mr. T as he fain +ted and '); my $choice = rand 4; print $sayings[$choice], @_; } 1;
<myExperience> $mostLanguages = 'Designed for engineers by engineers.'; $perl = 'Designed for people who speak by a linguist.'; </myExperience>

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (1)
As of 2024-04-24 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found