Help for this page

Select Code to Download


  1. or download this
    open( SH, "|-", "/bin/sh" ) or die "can't launch a shell: $!\n";
    
    ...
    print SH "echo $param\n";
    print SH "echo hi\n";
    close SH;