Help for this page

Select Code to Download


  1. or download this
    package Prova;
    
    ...
    END{ }
    
    1;
    
  2. or download this
    #use lib qw(C:\UserData\JAZZ_FLOWS\DocToolForReport);
    use Prova; # To include Lessicum Client Universal interface wrapper
    ...
    
    $ciao = Prova::dummyFunc2(45);
    print $ciao;