in reply to eval, but syntax-check only -- like perl -c
my $snippet = ... eval "if (0) { $snippet }"; die if $@; [download]
bluto