in reply to Re^2: How to make an IO::Uncompress::Bunzip2 look like a GLOB
in thread How to make an IO::Uncompress::Bunzip2 look like a GLOB
{ local @GLOB::ISA = ref $obj; bless $obj, 'GLOB'; broken_module($obj); bless $obj, @GLOB::ISA; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to make an IO::Uncompress::Bunzip2 look like a GLOB
by Pascal666 (Scribe) on Aug 24, 2009 at 04:32 UTC | |
by Anonymous Monk on Aug 24, 2009 at 09:26 UTC |