Help for this page

Select Code to Download


  1. or download this
        package  Data_holder;
        
    ...
                .   "I don't know how to set '$key' to '$value'."
            );
        }
    
  2. or download this
        sub set_normal {
            my ($O, $key, $val) = @_;
    ...
            }
            return ($result);
        }
    
  3. or download this
        sub new {
            {...}
    ...
            }
            return ($result);
        }
    
  4. or download this
        $O->$func ($key);
    
  5. or download this
        package Command;
        
    ...
            
            {...}
        }