home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / perl / atariprl / slperl.zoo / atarist / test / glob < prev    next >
Encoding:
Text File  |  1992-07-03  |  38 b   |  5 lines

  1. while(<*.pl>)
  2. {
  3.     print $_, "\n";
  4. }
  5.