in reply to Re: impose 'use bytes' on another package
in thread impose 'use bytes' on another package
Use it if a quick'n dirty solution is right for you. Otherwise I hope other monks come up with a cleaner solution.$code = `cat Foo.pm`;$code =~ s/\n1;//s; eval $code;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: impose 'use bytes' on another package
by diotalevi (Canon) on Apr 06, 2006 at 00:42 UTC | |
by codeacrobat (Chaplain) on Apr 06, 2006 at 06:32 UTC | |
by diotalevi (Canon) on Apr 06, 2006 at 14:37 UTC | |
|
Re^3: impose 'use bytes' on another package
by CountZero (Bishop) on Apr 06, 2006 at 05:40 UTC |