Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    sub main
    ...
    
    }
    main();
    
  2. or download this
    use strict;
    use warnings;
    
    ...
    EOT
    $path =~ s/\\$//;
    printf "%s %s path %s\n", __FILE__, __LINE__, $path;