Help for this page

Select Code to Download


  1. or download this
    package Classname;
    sub method {
            print ref($_[0]) ? 'Object method' : 'Class method';
    ...
    Class method
    Class method
    Class method
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.