Help for this page

Select Code to Download


  1. or download this
    package Obj;
    
    ...
    my $t = new Test;
    
    $t->test;
    
  2. or download this
    #$Name = "Testing"; TO
    our $Name = "Testing";
    
  3. or download this
    #$Name = "Testing"; TO
    $SUPER::Name = "Testing";
    
  4. or download this
    #$Name = "Testing"; TO
    $Obj::Name = "Testing";