Help for this page

Select Code to Download


  1. or download this
    open(my $Vx, '|-', 'windsh') or die "windsh; $!";
    print $Vx "Some command\n";
    close $Vx;
    
  2. or download this
    my @output = qx(windsh < scriptfile);