home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / perl / perl-4.036 / atarist / test / glob < prev    next >
Encoding:
Text File  |  1993-02-08  |  38 b   |  5 lines

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