Help for this page

Select Code to Download


  1. or download this
    package XXX;
    
    ...
        }
        $already_created_objects{$X}
    }
    
  2. or download this
    ...
    $obj = new XXX($some_var_which_can_repeat);
    ...
        some_superundef $obj
    }
    ...