- or download this
my $d = data->new;
print $d->Y, "\n"; # call $d->Y() in list context
- or download this
my $d = data->new;
print $d->Y()."\n"; # call $d->Y() in scalar context
- or download this
my $d = data->new;
print "@{[ $d->Y ]}\n"; # can't remember if this
# is in scalar or list context :-)
- or download this
--
Joost downtime n. The period during which a system
is error-free and immune from user input.