perl 4.0 patch 25: patch #20, continued
[p5sagit/p5-mst-13.2.git] / atarist / test / glob
1 while(<*.pl>)
2 {
3     print $_, "\n";
4 }