use strict, warnings in the filter code
[p5sagit/lib-with-preamble.git] / my / filter
1 use strict; use warnings;
2 print "use strict;\nuse warnings;\n#line 1\n";
3 while (<STDIN>) { print }