Help for this page

Select Code to Download


  1. or download this
    my $self=Net::FTP->new(@_);
    bless $self,shift;
    ...
    %r=@_;
    $r{mystuff}=...;
    return$self;
    
  2. or download this
    my $parent=shift;
    my $self=do{local *self=*$parent;\%self}