perlfaq5: How do I make a temporary file name?

2004-12-18 Thread _brian_d_foy
* 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

perlfaq7: How can I comment out a large block of perl code?

2004-12-18 Thread _brian_d_foy
* 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 ===

perlfaq9: How do I automate an HTML form submission?

2004-12-18 Thread _brian_d_foy
* 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

Re: perlfaq7: How can I comment out a large block of perl code?

2004-12-18 Thread Keith C. Ivey
_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

Re: perlfaq7: How can I comment out a large block of perl code?

2004-12-18 Thread _brian_d_foy
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 (