Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    ...
    ...
    my $res = $ua->get(...);
    print Dumper $res;
    ...
    
  2. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "{ package Foo;
    ...
    Real Thing: bless({ foo => "bar", hi => "lo", show_progress => "not so
    + fast" }, "Foo")
    A: not so fast
    B: not so fast