- or download this
sub new {
my ($class, $self) = @_;
...
}
bless ($self, undef);
}
- or download this
sub new {
my ($class, $self) = @_;
...
}
bless ($self, undef);
}
- or download this
package Jarich;
use strict;
...
$age++;
}
print "RIP jarich. 1978-", 1978+$age, "\n";