Help for this page
my $class = "Singleton"; $class->method();
package Singleton; my ($various, %instance, @variables); ... } 1;