Help for this page

Select Code to Download


  1. or download this
      $object->KeyThatDoesntExist(23);
    
  2. or download this
     Can't locate class method 'Net::FTP::Common::KeyThatDoesntExist' via 
    +package 'Net::FTP::Common' at ...foo//Net/FTP/Common.pm line 47
    
  3. or download this
      $object->KeyThalioesntExist = 23;
    
  4. or download this
     Can't modify non-lvalue subroutine call at ...foo/Net/FTP/Common.pm l
    +ine 47.
    
  5. or download this
     our %netftp_cfg = 
        (Debug => 1, Timeout => 120);
    ...
    
      $ez = Net::FTP::Common->new(\%common_cfg, %netftp_config);
    
  6. or download this
      $ez = Net::FTP::Common->new(%CONFIG)
    
  7. or download this
    my $net_ftp = $object->netftp->MDTM;