Help for this page

Select Code to Download


  1. or download this
    my $src_qfn = 'BulletinV3, 1 Montana 20xx-xx-xx (print).pdf_FN_TEMPLAT
    +E';
    
    ...
    } else {
       ...
    }
    
  2. or download this
    my $src_qfn = 'BulletinV3, 1 Montana 20xx-xx-xx (print).pdf_FN_TEMPLAT
    +E';
    
    ...
       die( "Can't stat `$src_qfn`: $!\n" ) if !$!{ ENOENT };
       ...
    }
    
  3. or download this
    system( "zenity",
       "--title" => "Rename problem",
    ...
       "--error",
       "--text"  => "Can't rename `$src_qfn` to `$dst_qfn`: $!",
    )