Help for this page

Select Code to Download


  1. or download this
    sub joe_method {
        my $self = ref ($_[0] eq 'SCALAR') ? getSessionHashRef(shift) : sh
    +ift;
    ...
        # MyApacheSessionHelper->getSessionHashRef (shift)
        ...
    }
    
  2. or download this
    sub joe_method {
        my $self = ref (shift eq 'SOAP::Lite') ? getSessionHashRef(shift) 
    +: $_;
    ...
    }