Help for this page

Select Code to Download


  1. or download this
    package Foo::Bar;
    
    ...
    }
    
    1;
    
  2. or download this
    use TestFile;
    
    ...
    my $rv2 = Foo::Bar->somesub(); # Found in file TestFile.pm
    
    print "Return Value 1: $rv1\nReturn Value 2: $rv2\n";