Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: GLOB reference problem

by ELISHEVA (Prior)
on Oct 05, 2009 at 10:53 UTC ( [id://799219]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use base qw(Net::FTP);   #5.8
    
    ...
      # the super class.
      return $self;
    }
    
  2. or download this
    sub new {
       my ($pkg, $server, $user, $timeout, @args) = @_;
    ...
      my $self = { ftpHandle => $ftp };
      return bless($self, $pkg);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://799219]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-25 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found