Help for this page

Select Code to Download


  1. or download this
    sub anything {
      my $self=shift;
    ...
      
      return;
    }
    
  2. or download this
    my $conf = new Config;
    my $object = new TestClass;
    $object->anything($conf);