Help for this page

Select Code to Download


  1. or download this
    my $command="/usr/local/coms/command >comm.out";
    system($command);
    
  2. or download this
    my $command="/usr/local/coms/command ";
    system($command)>@array;