Help for this page

Select Code to Download


  1. or download this
    my $command = qq{syscall $interp};
    run_command_string($command);
    ...
            $log->info("child exited with value $?");
        }
    }
    
  2. or download this
    use File::Copy;
    use File::Path;
    ...
    
    move( "$filename", "$file2" ) or die "move failed: $!";
    #check File::Path's mkpath for use