simple_filter   [plain text]


#!perl

use strict;
use warnings;

while (<STDIN>) {
    print;
}

print q{my $foo = "Kilroy was here";}, "\n";