Help for this page
# 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";