[briandfoy/perlfaq] c0d7f9: * perlfaq6: I put a regular expression into $/ but...

[email protected] Tue, 5 May 2009 03:13:50 -0700
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
Branch: refs/heads/master
Home:   http://github.com/briandfoy/perlfaq

Commit: c0d7f988db9e66d059bd0560c3987d9825cbf82f
    http://github.com/briandfoy/perlfaq/commit/c0d7f988db9e66d059bd0560c3987d9825cbf82f
Author: briandfoy <[email protected]>
Date:   2009-05-05 (Tue, 05 May 2009)

Changed paths:
  M perlfaq6.pod

Log Message:
-----------
* perlfaq6: I put a regular expression into $/ but it didn't work. What's wrong?
    + added missing / at end of s/// in sysread example