Help for this page

Select Code to Download


  1. or download this
    use strict;
    use SOAP::Transport::HTTP;
    ...
            $self->{data} = "fobars";
            return 1;
    }
    
  2. or download this
    use strict;
    use Data::Dumper;
    ...
    $br->loadData();
    
    print Dumper $br;