Help for this page

Select Code to Download


  1. or download this
    use Symbol;
    
    ...
        bless ($self,$class_name);
        return $self;     
    }
    
  2. or download this
         $object->method($arg1,$arg2);
    
    ...
              print "append is ",$self->{"append"},"\n";
              $self->other_method($arg2);
         }
    
  3. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.