Help for this page

Select Code to Download


  1. or download this
          Use an "undef" as $file value if you want to 
          specify the content directly.
    
  2. or download this
       my $ua = LWP::UserAgent->new();
    
    ...
                           file => [undef,'foo.txt']
                          ];