Help for this page

Select Code to Download


  1. or download this
    C:\Users\tblaz>type 1.modules.pl
    #!/usr/bin/perl
    ...
    
    
    C:\Users\tblaz>
    
  2. or download this
    Microsoft Windows [Version 10.0.17763.615]
    (c) 2018 Microsoft Corporation. All rights reserved.
    
    ...
     at 1.modules.pl line 20.
    
    C:\Users\tblaz>
    
  3. or download this
    #!/usr/bin/perl -w
    use 5.011;
    use Path::Tiny;
    ...
      return $return;
    }
    __END__