Help for this page

Select Code to Download


  1. or download this
    open my $shell, '|-', '/bin/sh' or die "Can't run the shell: $!"; # pi
    +ck whatever shell you like here.
    for my $cmd (@cmds)
    {
      print $shell "( $cmd > /dev/null 2> /dev/null )";
    }