Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings; 
    ...
       move($src_qfn, $dst_qfn)
          or die("Can't move directory \"$src_qfn\" to \"$dst_qfn\": $!\n"
    +); 
    }