CC Em has asked for the wisdom of the Perl Monks concerning the following question:
What is the difference between using one syntax over the other? Or is this merely a difference between Perl versions?new IO::File ("> $someFile"); IO::File -> new("> $someFile");
Updated: added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling Perl Modules
by dragonchild (Archbishop) on Apr 08, 2005 at 14:54 UTC | |
by CC Em (Initiate) on Apr 08, 2005 at 15:12 UTC | |
by Tanktalus (Canon) on Apr 08, 2005 at 16:03 UTC | |
by dragonchild (Archbishop) on Apr 08, 2005 at 17:14 UTC |