- or download this
{use Filter::Inject $x,$y;} print "after same line (x=$x, y=$y)\n";
print "new line: x=$x, $y\n";
- or download this
BEGIN {use Filter::Inject $x,$y;} print "after same line (x=$x, y=$y)\
+n";
print "new line: x=$x, $y\n";
- or download this
BEGIN {use Filter::Inject $x,$y;};;; print "after same line (x=$x, y=$
+y)\n";
print "new line: x=$x, $y\n";