[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.22.75.92: ~ $
#!perl -w
package version::vxs;

use v5.10;
use strict;

use vars qw(@ISA $VERSION $CLASS );
$VERSION = 0.9907;
$CLASS = 'version::vxs';

eval {
    require XSLoader;
    local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION
    XSLoader::load('version::vxs', $VERSION);
    1;
} or do {
    require DynaLoader;
    push @ISA, 'DynaLoader'; 
    local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION
    bootstrap version::vxs $VERSION;
};

# Preloaded methods go here.

1;

Filemanager

Name Type Size Permission Actions
Internals.pod File 24.44 KB 0644
regex.pm File 4 KB 0644
vpp.pm File 21.83 KB 0644
vxs.pm File 502 B 0644