No such thing as a small change | |
PerlMonks |
modules = minilanguages?by Anonymous Monk |
on Dec 21, 2004 at 18:55 UTC ( [id://416582]=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is it just me, or are modules, in and of themselves, sort of like minilanguages? Like, you have foo.pm, and you write a script to invoke it: use foo::bar;
$baz = new foo::bar; that sort of thing.
Back to
Seekers of Perl Wisdom
|
|