Help for this page

Select Code to Download


  1. or download this
    package Duck::Secret;
    
    ...
    
      return $guess == $SECRET{ id $self };
    }
    
  2. or download this
    # continuing previous code example
    
    ...
      $SECRET{ id $self } = shift if @_;
      return $SECRET{ id $self };
    }