![]() |
|
"be consistent" | |
PerlMonks |
Re^2: object oriented module questionby exussum0 (Vicar) |
on Sep 07, 2007 at 11:44 UTC ( #637625=note: print w/replies, xml ) | Need Help?? |
Note: Not advisable you create the object w/i the only, paramaterless constructor.
Should you wish to use something-else as the CSV parser or want to do some other stuff (such as testing) w/o requiring Text::CSV about, now you're stuck. If anything, create a function/method and feed it in. p.s. I know it is only an example.
In Section
Seekers of Perl Wisdom
|
|