Current Path: > > > lib64 > perl5 > vendor_perl > version
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Internals.pod | File | 25026 bytes | April 12 2018 00:09:09. | |
regex.pm | File | 4072 bytes | April 19 2018 23:46:32. | |
vpp.pm | File | 21863 bytes | April 19 2018 23:46:32. | |
vxs.pm | File | 484 bytes | April 19 2018 23:46:32. |
#!perl -w package version::vxs; use v5.10; use strict; our $VERSION = 0.9924; our $CLASS = 'version::vxs'; our @ISA; 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;
SILENT KILLER Tool