Help for this page

Select Code to Download


  1. or download this
    system qq[ start /b /wait /low perl C:/Perl_activate/Run_this.pl $var 
    +]
      and print STDERR "couldn't exec the perl program: $!";
    
  2. or download this
    my @cmd = qw[ start /b /wait /low perl C:/Perl_activate/Run_this.pl ];
    system @cmd, $var;