summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/ext_filter/eval-cmd.pl.PL
blob: a416b26e97a08df02f1e051739454a4a8b8ae07f (plain)
1
2
3
4
5
6
use strict;

$| = 1;

my $cmd = shift;
do {eval $cmd; print } while <>;