http://www.perlmonks.org?node_id=186380


in reply to Re: mmmmmmm
in thread mmmmmmm

I understand it's normally:
Purchase::All_Night_Garage::Rizla::Kingsize

and also ...

Purchase::All_Night_Garage::Pringles Purchase::All_Night_Garage::Drink(rand) Purchase::All_Night_Garage::Flapjack(!caramel)
I believe there is still problems with the code for the module which sets the consumption threshold. Keeps throwing whitey errors.

--
¤ Steve Marvell

Replies are listed 'Best First'.
Re: Re: Re: mmmmmmm
by frankus (Priest) on Jul 31, 2002 at 09:10 UTC
    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.

    ¤