Help for this page

Select Code to Download


  1. or download this
    # Pattern match all .ipup files in local directory
    my @files = glob("*.ipup");
    ...
    
    # Send quit to FTP server
    $ftp->quit() or die "Could not quit the FTP session. Que sera sera\n";