Help for this page

Select Code to Download


  1. or download this
    my $class = "Singleton";
    $class->method();
    
  2. or download this
    package Singleton;
    
    my ($various, %instance, @variables);
    ...
    }
    
    1;