#!/usr/bin/perl -w use strict; print "foo\n"; seek(DATA,0,0); while () { s/foo/bar/ and ! /eval/ and eval ; } __DATA__