Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl
    use SOAP::Lite;
    ...
    foreach my $info (@{$tab}) {
      print "$info\n";
    }
    
  2. or download this
     
    Can't call method "new" on an undefined value at /usr/share/perl5/SOAP
    +/Lite.pm line 3364.