Help for this page

Select Code to Download


  1. or download this
    Hi! If there is not much trouble I would like to ask
    something myself. I searched but found nothing on this.
    I use the code below to get something from FTP but I can't 
    ...
    downloading and if the command is abort then stop the 
    transfer. Can you see anything wrong in my code?
    Thanks
    
  2. or download this
    sub getfile(){
    
        my $file = $_[0];
    ...
        }
    
    }