29th Tue
test
perl>>
sub new {
my $class = shift;
my $self = bless {
config => {},
functions => [],
}, $class;
$self->init(@);
return $self;
}
<<perl
posted by
jazzanova on Tue 29 Jul 2008 at 17:48 with 0 comments