Help for this page

Select Code to Download


  1. or download this
    use HTTP::Request::Common;
    use LWP::UserAgent;
    ...
                  }
    );
    print $res->content;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    FavColors = Blue, Red, Yellow<BR>
    Who = Mark<BR>
    Why = Because<BR>