Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    {
      print "$_:[$ARGV[$_]]\n";
    }
    
  2. or download this
    my @args = (
      qw(/bin/tar czv), "--exclude-from=$excludes", qw(-f), $storageLocati
    +on.$archiveName, $archiveDir
    );