Help for this page

Select Code to Download


  1. or download this
    use Cwd qw( realpath );
    use File::Basename qw( dirname basename );
    ...
        print STDERR "usage: $prog [options] [--] [files]\n";
        exit(1);
    }