Help for this page

Select Code to Download


  1. or download this
    my $shell= '/usr/bin/ksh93';
    my $command= <<SHELL;
    ...
    SHELL
    
    my @results= qx($shell -c '$command');