![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Making a new object of an undecided class with Mooseby Anonymous Monk |
on Oct 22, 2011 at 07:18 UTC ( #933040=note: print w/replies, xml ) | Need Help?? |
Use my $foo = 'Any::Thing::You::Want'; $foo->new( 1,2,3 ); See Modern Perl: the free book , perlootut.pod
In Section
Seekers of Perl Wisdom
|
|