Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Re: mmmmmmm

by frankus (Priest)
on Jul 31, 2002 at 09:10 UTC ( [id://186455]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: mmmmmmm
in thread mmmmmmm

Well if this is going to turn into a wish list...
sub Purchase::All_Night_Garage::Lighter::Clipper { my $self = shift; # Dude, purchase is like, er theft, but you pay for it. use Tax::Lighter::Clipper; my $clipper = Tax::Lighter::Clipper->new(); # Makes sense to have another module for trying to get # loose change out of front pocket of tight jeans. my $cost = Stoner::fumbling::pocket->new(); $self->draw($cost); push @{$self->{assets}}=@_ unless $self->random_forgetfulness; return 'home'; } # Mutator method: sub Purchase::All_Night_Garage::Rizla::Kingsize($){ my $range = { blue=>'master', red=>'novice' }; return 0 unless exists($range->{$_[1]}); $_[0]->{rizla}->{colour} = $_[1]; }

--

Brother Frankus.

¤

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found