8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
{
|
|
$OUT .= "";
|
|
foreach my $line (@lines)
|
|
{
|
|
$OUT .= "$line\n";
|
|
}
|
|
}
|