Help for this page

Select Code to Download


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