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