Help for this page

Select Code to Download


  1. or download this
    {
       package MyClass;
    ...
    
    my $o = MyClass->new();
    $o->test();
    
  2. or download this
    Can't call method "test" on unblessed reference
    
  3. or download this
    {
       package MyClass;
    ...
    
    my $o = MyClass->new();
    $o->test();
    
  4. or download this
    Hi!