Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    }else
       {print "sucess\n"}
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    my $response = $ua->simple_request( $request );
    my $contents = $response->content();
    print "$contents\n";