Help for this page

Select Code to Download


  1. or download this
      for my $cnt (0 .. 3) {
         my $t=<DATA>;
         print $t;
      }
    
  2. or download this
      for my $cnt (0 .. 3) {
         $_=<DATA>;
         print;
      }