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.
:Method (Score:1)
I played the game even a bit more in the last weeks:
sub foo
self->baz();
print class, ': ', args->foo;
}
Called via:
$object->foo( foo => 23, bar => $bar_obj );
"args" returns just a container object, that uses autoload t
Ordinary morality is for ordinary people. -- Aleister Crowley
Re::Method (Score:1)
Hmmm, it may pair nicely with Moose [cpan.org]: although the latter claims not to be a Perl 6 implementation in Perl 5, it is admittedly heavily inspired by Perl 6 itself, and to some extent imports Perl 6 semantics, with special emphasis on OO features, in Perl 5. Also, it seems that unlike e.g. v6 [cpan.org], it is much less experimental and much more production ready. Whatever, I seem to understand that there are potentially several projects you may want to attach or contribute to.
-- # This prints: Just another Perl hacker, seek DATA,15,0 and print q... ; __END__
Reply to This
Parent