Help for this page

Select Code to Download


  1. or download this
        sub oogle {
            my $self = shift;
    ...
            # Mark it as very, very, very, do not touch at all private:  
            $self -> {_________________furble} ++;
        }
    
  2. or download this
        sub habar {
            my $self = shift;
            $self -> {_________________furble} = 0;
        }
    
  3. or download this
        package My::Package {
            my %furble;
    ...
                $furble {$self} ++;
            }
        }