Help for this page

Select Code to Download


  1. or download this
    sub SOAP::Transport::HTTP::Client::get_basic_credentials { return ('do
    +main\user' => 'password') };
    
  2. or download this
    #!/usr/bin/perl
    use lib "./modules/";
    ...
    
    my $c = Discovery->new();
    print $c->GetSources;
    
  3. or download this
    ...
    ...
    ...
    
    401 Unauthorized at ./testit.pl line 11.
    ...