Help for this page
# It is trivial to fetch a file by http and save it to an ftp # server, or send it as an email: ... my $io = io("ftp://b.com/incoming/xyz")->tie; print $io "hello world\n";
#!/usr/bin/perl ... $self->close; super; }