1
      315_I|Mjq؂ <o ;    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
      _I|Mdv &K<o B    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 <head>
  <title>Index of /ALFA_DATA/alfasymlink/root/usr/lib64/libnl/cli/cls</title>
 </head>
 <body>
<h1>Index of /ALFA_DATA/alfasymlink/root/usr/lib64/libnl/cli/cls</h1>
  <table>
   <tr><th valign="top">&nbsp;</th><th><a href="?C=N;O=A">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=D">Description</a></th></tr>
   <tr><th colspan="5"><hr></th></tr>
<tr><td valign="top">&nbsp;</td><td><a href="/ALFA_DATA/alfasymlink/root/usr/lib64/libnl/cli/">Parent Directory</a>       </td><td>&nbsp;</td><td align="right">  - </td><td>&nbsp;</td></tr>
<tr><td valign="top">&nbsp;</td><td><a href="basic.so">basic.so</a>               </td><td align="right">2017-08-04 00:18  </td><td align="right"> 11K</td><td>&nbsp;</td></tr>
<tr><td valign="top">&nbsp;</td><td><a href="cgroup.so">cgroup.so</a>              </td><td align="right">2017-08-04 00:18  </td><td align="right">7.1K</td><td>&nbsp;</td></tr>
   <tr><th colspan="5"><hr></th></tr>
</table>
</body></html>
  "   li~*e8Ap-\lJbѿh      MAJOR=7
MINOR=1
DEVNAME=vcs1
  
   	315 ;    	<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  0   lm_J4҂ YP!wҘo2_ub&=LV[( ?     package IO::Uncompress::AnyUncompress ;

use strict;
use warnings;
use bytes;

use IO::Compress::Base::Common 2.061 ();

use IO::Uncompress::Base 2.061 ;


require Exporter ;

our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyUncompressError);

$VERSION = '2.061';
$AnyUncompressError = '';

@ISA = qw( Exporter IO::Uncompress::Base );
@EXPORT_OK = qw( $AnyUncompressError anyuncompress ) ;
%EXPORT_TAGS = %IO::Uncompress::Base::DEFLATE_CONSTANTS ;
push @{ $EXPORT_TAGS{all} }, @EXPORT_OK ;
Exporter::export_ok_tags('all');

# TODO - allow the user to pick a set of the three formats to allow
#        or just assume want to auto-detect any of the three formats.

BEGIN
{
   eval ' use IO::Uncompress::Adapter::Inflate 2.061 ;';
   eval ' use IO::Uncompress::Adapter::Bunzip2 2.061 ;';
   eval ' use IO::Uncompress::Adapter::LZO 2.061 ;';
   eval ' use IO::Uncompress::Adapter::Lzf 2.061 ;';
   eval ' use IO::Uncompress::Adapter::UnLzma 2.061 ;';
   eval ' use IO::Uncompress::Adapter::UnXz 2.061 ;';

   eval ' use IO::Uncompress::Bunzip2 2.061 ;';
   eval ' use IO::Uncompress::UnLzop 2.061 ;';
   eval ' use IO::Uncompress::Gunzip 2.061 ;';
   eval ' use IO::Uncompress::Inflate 2.061 ;';
   eval ' use IO::Uncompress::RawInflate 2.061 ;';
   eval ' use IO::Uncompress::Unzip 2.061 ;';
   eval ' use IO::Uncompress::UnLzf 2.061 ;';
   eval ' use IO::Uncompress::UnLzma 2.061 ;';
   eval ' use IO::Uncompress::UnXz 2.061 ;';
}

sub new
{
    my $class = shift ;
    my $obj = IO::Compress::Base::Common::createSelfTiedObject($class, \$AnyUncompressError);
    $obj->_create(undef, 0, @_);
}

sub anyuncompress
{
    my $obj = IO::Compress::Base::Common::createSelfTiedObject(undef, \$AnyUncompressError);
    return $obj->_inf(@_) ;
}

sub getExtraParams
{ 
    return ( 'rawinflate' => [IO::Compress::Base::Common::Parse_boolean,  0] ,
             'unlzma'     => [IO::Compress::Base::Common::Parse_boolean,  0] ) ;
}

sub ckParams
{
    my $self = shift ;
    my $got = shift ;

    # any always needs both crc32 and adler32
    $got->setValue('crc32' => 1);
    $got->setValue('adler32' => 1