Help for this page

Select Code to Download


  1. or download this
    use 5.16.2;
    
    system "start perl a.plx";
    ...
    
    my $i = 1;
    say $i++ while sleep 1;
    
  2. or download this
    use 5.16.2;
    
    my $i = 1;
    say $i++ while sleep 1;