in reply to Sharing objects between modules
any enlightment on whether or not this The Wrong Way(tm) are welcome.#!perl -l use strict; use warnings; package Pizza; $Pizza::foo = "bar"; package Pizza::Milkshake; print $Pizza::foo;
perl -e"\$_=qq/nwdd\x7F^n\x7Flm{{llql0}qs\x14/;s/./chr(ord$&^30)/ge;print"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sharing objects between modules
by chromatic (Archbishop) on May 05, 2004 at 04:54 UTC |