home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / perl / perl-4.000 / perl-4 / perl-4.036 / atarist / test / err < prev    next >
Encoding:
Text File  |  1993-02-08  |  57 b   |  5 lines

  1. $! = 0 + 0;
  2. print $!, "\n";
  3. $e = $! + 0;
  4. print $e, "\n";
  5.