Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $self->{newParams}{version} = $version if defined $version;
        return $self->{newParams}{version};
    }
    
  2. or download this
    ok 1 - use SOAP::Lite;
    ok 2 - Version ok
    ok 3 - Bad version rejected
    1..3