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