From: Marcel Grunauer Date: Wed, 20 Jun 2001 23:03:26 +0000 (+0200) Subject: Documentation patch for Net::FTP X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a816fa742590344244b344b1442f4f263e6f743e;p=p5sagit%2Fp5-mst-13.2.git Documentation patch for Net::FTP Message-Id: <20010620210309.DCMT6087.viemta06@localhost> p4raw-id: //depot/perl@10799 --- diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm index 6748256..dd86300 100644 --- a/lib/Net/FTP.pm +++ b/lib/Net/FTP.pm @@ -1227,10 +1227,11 @@ using passive mode. This is not usually required except for some I servers, and some firewall configurations. This can also be set by the environment variable C. -B - If TRUE, print hash marks (#) on STDERR every 1024 bytes. This -simply invokes the C method for you, so that hash marks are displayed -for all transfers. You can, of course, call C explicitly whenever -you'd like. +B - If given a reference to a file handle (e.g., C<\*STDERR>), +print hash marks (#) on that filehandle every 1024 bytes. This +simply invokes the C method for you, so that hash marks +are displayed for all transfers. You can, of course, call C +explicitly whenever you'd like. If the constructor fails undef will be returned and an error message will be in $@