Help for this page

Select Code to Download


  1. or download this
    main::usage() called too early to check prototype at X:\bin\backup.pl 
    +line 18.
    main::usage() called too early to check prototype at X:\bin\backup.pl 
    +line 26.
    
  2. or download this
    #!/usr/bin/perl -w
    #
    # backup - perform a daily or weekly backup of a preset list of files.
    ...
    END_USAGE
        exit 1;
    }