Help for this page

Select Code to Download


  1. or download this
    # 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";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        $self->close;
        super;
    }