Help for this page

Select Code to Download


  1. or download this
    $pid = open CMD, '-|', q[perl.exe -le"print ++$i while sleep 1"] or di
    +e $!;;
    
  2. or download this
    $pid = open CMD, '-|', q[perl.exe -e"print ++$i while sleep 1"] or die
    + $!;;