Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Extending Code By Changing the Base Class of an Object

by erroneousBollock (Curate)
on Sep 11, 2007 at 16:13 UTC ( #638347=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub port {
      @_ == 1 || @_ == 2 or croak 'usage: $ftp->port([PORT])';
    ...
      ${*$ftp}{'net_ftp_port'} = $port;
      $ok;
    }
    
  2. or download this
    BEGIN {
      use Net::FTP;
    ...
    
    my $ftp = Net:FTP->new(...); 
    #etc
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (1)
As of 2023-10-02 23:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?