in reply to Re^2: Creating packages on the fly
in thread Creating packages on the fly
Here is one that do:
outputssub UNIVERSAL::AUTOLOAD { print STDERR "[[@_]]"; } package main; Jouke::Foo->whatever_method();
D:\TESTS\tperl>perl -w autocr.pl [[Jouke::Foo]]
|
---|