Help for this page

Select Code to Download


  1. or download this
    packsge CheckStuff;
    sub new {
        my $class = shift;
        my $bar = 2;
        bless \$bar, $class;
    }
    
  2. or download this
    my $cs = CheckStuff->new();
  3. or download this
    my $csr = CheckStuff::Rigid->new();