Re: Yet another package problem

2005-09-16 Thread Ovid
--- Luinrandir <[EMAIL PROTECTED]> wrote: > Ok.. as asked for..the code and I hate to do this cause i'm gonna > get > told how everything i'm doing is wrong.. > from the way I lay out the code to the way I write code to the way I > don't > use every damn modual under the sun With all due r

Re: Yet another package problem

2005-09-16 Thread Bob Showalter
Luinrandir wrote: ### Inn.pl # ## package Inn; Buy {} Sell {} Talk {} Sleep {} Delivery {} Work { # GameTime(.1); # SendOff(); print qq|"Well afraid I do all my own work Try another business"|; } ... Did