Grzegorz Rożniecki (@xaerxess)
"There are only two kinds of languages: the ones people complain about and the ones nobody uses"
"There are only 10
kinds of languages: the ones people complain about and the ones nobody uses"
There is more than one way to do it
There’s more than one way to do it
but sometimes consistency is not a bad thing either
package Foo;
sub new {
my $class = shift;
my $self = { }; # or [ ] or any arbitrary scalar value
return bless $self, $class;
}
1;
If you're interested in Krakow.pm, please contact me:
@xaerxess or xaerxess at
gmail dot
com