- or download this
use Symbol;
...
bless ($self,$class_name);
return $self;
}
- or download this
$object->method($arg1,$arg2);
...
print "append is ",$self->{"append"},"\n";
$self->other_method($arg2);
}
- or download this
--
Joost downtime n. The period during which a system
is error-free and immune from user input.