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.
What I said in P5P (Score:2)
Re:What I said in P5P (Score:2)
which is the equivalent of
The only instance-side new I could find when I went looking through an old VisualWor
•Re:What I said in P5P (Score:2)
newObject := someObject species new
because "species" returns "the class that can make something like this". "species" defaults to "class" for most classes, but check to see where it's defined (and thus overriding class): it's quite fascinating.Reply to This
Parent