PHP WebShell

Текущая директория: /usr/share/perl5/Debconf/Element/Noninteractive

Просмотр файла: Text.pm

#!/usr/bin/perl -w
# This file was preprocessed, do not edit!


package Debconf::Element::Noninteractive::Text;
use strict;
use base qw(Debconf::Element::Noninteractive);


sub show {
	my $this=shift;

	$this->value('');
}

1

Выполнить команду


Для локальной разработки. Не используйте в интернете!