Help for this page

Select Code to Download


  1. or download this
    #!perl
    # c:/path/to/dirapp/test.pl
    ...
    use library_sub;
    
    print test();
    
  2. or download this
    package library_sub;
    # c:/path/to/dirapp/myperl-lib/library_sub.pm
    ...
    }
    
    1;