Help for this page

Select Code to Download


  1. or download this
    use lib '/home/username/testmodules/';
    use strict;
    ...
    
    my x = get_file_name( ... );
    
  2. or download this
    
    package My::Util;
    ...
    
    1;
    
  3. or download this
    Undefined subroutine &My::Util::get_file_name called