9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
{
|
|
$OUT = <<HERE;
|
|
#!/usr/bin/perl -w
|
|
HERE
|
|
|
|
$OUT .=
|
|
Text::Template::_load_text("/etc/e-smith/templates-default/template-begin");
|
|
}
|