/[Search-Estraier]/trunk/Estraier.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Estraier.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31 by dpavlin, Thu Jan 5 15:36:25 2006 UTC revision 32 by dpavlin, Thu Jan 5 15:38:34 2006 UTC
# Line 747  sub set_auth { Line 747  sub set_auth {
747          $self->{auth} = "$login:$passwd";          $self->{auth} = "$login:$passwd";
748  }  }
749    
750    =head2 status
751    
752    Return status code of last request.
753    
754      print $res->status;
755    
756    C<-1> means connection failure.
757    
758    =cut
759    
760    sub status {
761            my $self = shift;
762            return $self->{status};
763    }
764    
765    
766  package Search::Estraier::Master;  package Search::Estraier::Master;
767    
768  use Carp;  use Carp;

Legend:
Removed from v.31  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26