* added example using undef as a filename for open()
===
RCS file: /cvs/public/perlfaq/perlfaq5.pod,v
retrieving revision 1.32
diff -u -d -r1.32 perlfaq5.pod
--- perlfaq5.pod14 Dec 2004 16:36:20 - 1.32
+++ perlfaq5
* apparently the pod formatters (i.e. perldoc, pod2man) actually
don't respect the =for directive. They do understand =begin
though.
* I found that I can't rely on =cut to close the =begin, either.
There are 0 messages
albook_brian[533]$ cvs diff -u -d perlfaq7.pod
Index: perlfaq7.pod
===
* Mention WWW::Mechanize
Index: perlfaq9.pod
===
RCS file: /cvs/public/perlfaq/perlfaq9.pod,v
retrieving revision 1.16
diff -u -d -r1.16 perlfaq9.pod
--- perlfaq9.pod30 Oct 2004 12:20:59 - 1.16
+++ perlfaq9.pod
_brian_d_foy <[EMAIL PROTECTED]> wrote:
> * apparently the pod formatters (i.e. perldoc, pod2man) actually
> don't respect the =for directive. They do understand =begin
> though.
Isn't the problem actually that (according to perlpod), =for
applies only to a single paragraph? Not that that affe
In article <[EMAIL PROTECTED]>, Keith C. Ivey
<[EMAIL PROTECTED]> wrote:
> _brian_d_foy <[EMAIL PROTECTED]> wrote:
> > * apparently the pod formatters (i.e. perldoc, pod2man) actually
> > don't respect the =for directive. They do understand =begin
> > though.
> Isn't the problem actually that (