Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: In love with perl

by zentara (Archbishop)
on May 02, 2003 at 13:34 UTC ( [id://254983]=note: print w/replies, xml ) Need Help??


in reply to In love with perl

How about: After5years.pm
package After5years; require Exporter; @ISA = qw|Exporter|; @EXPORT_OK = qw|lawyer|; sub lawyer { print "Where's that pre-nuptial agreement?\n"; } 1;

Replies are listed 'Best First'.
Re: Re: In love with perl
by gilbert0 (Monk) on May 02, 2003 at 13:43 UTC
    LOL.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2024-04-25 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found