Help for this page
use warnings; use strict; ... ); $msg->send; }
use strict; use warnings; ... $ftp->cwd("test"); $ftp->get("that.file"); $ftp->quit();