Help for this page

Select Code to Download


  1. or download this
    @wetransfer_fix = map { (my $t = $_) =~ s/\.tif//; $t } grep # ...as b
    +efore...
    
  2. or download this
    unless( chdir( $wetrasnfer ) ) {
      my $chdir_error = $!;  ## In case mail() clobbers old value
      mail( ... blah ... );  ## send email notification
      die qq{Couldn't send error mail: $chdir_error\n};
    }