in reply to Re: Using FTP Without any Modules
in thread Using FTP Without any Modules

I dunno... My first reaction to "without any modules" tends to be "smells like homework" unless there's a reason given.

In any case, if "without any modules" actually means "without installing any modules from CPAN", there are modules such as Socket in the core Perl distribution which can be used to implement FTP within your own code if you don't feel like using system, etc.