NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Other Languages (Score:1)
Maybe they are taking other languages into consideration. For example, to someone with a PHP background, this looks like a property:
my $foo = $obj->bar;
This looks like a method:
my $foo = $obj->bar();
I think the parentheses universally indicate a function or method, so that might be what they mean by clarity.
Reply to This
Re:Other Languages (Score:2)
Re:Other Languages (Score:1)
I'll see your PHP to Perl migration strategy and raise you a Perl to PHP migration strategy:
http://search.cpan.org/dist/PHP-Interpreter/ [cpan.org]
:-)