Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite;
    
    print SOAP::Lite
    ...
            -> proxy('http://services.soaplite.com/temper.cgi')
            -> c2f(37.5)
            -> result;
    
  2. or download this
      unless (ref $self) {
        my $class = ref($self) || $self;
        # Check whether we can clone. Only the SAME class allowed, no inhe
    +ritance
    ...
          _on_action    => sub { sprintf '"%s#%s"', shift || '', shift },
          _on_fault     => sub {ref $_[1] ? return $_[1] : Carp::croak $_[
    +0]->transport->is_success ? $_[1] : $_[0]->transport->status},
        };