- or download this
$counter->lock;
$counter->dec while $counter->value > $DEFAULT_VALUE;
$counter->unlock;
- or download this
sub reset {
my($self,$default) = @_;
...
}
$self->{'value'}; # return value
}
- or download this
#!/usr/bin/perl -w
use strict;
...
<td background="images/$BACKGROUND[$c]">
EndOfHTML