Help for this page

Select Code to Download


  1. or download this
      {
        $fh = $self->_do_ftp_cmd("retr", $file);
    ...
    #### OUTPUT
    Warning:
    FILEHANDLE EXISTS AND HERE IT IS $VAR1 = bless( \*Symbol::GEN16, 'Net:
    +:FTP::I' );
    
  2. or download this
    package Net::FTP::I;
    
    ...
      ## *** the type glob
      my $blksize = ${*$data}{'net_ftp_blksize'}; #
      $blksize = $size if $size > $blksize;