C:\_32\pscrpt\embed>embed -le "print 'hello';" hello C:\_32\pscrpt\embed>type hello.pl use strict; use warnings; print "hello\n"; C:\_32\pscrpt\embed>embed hello.pl hello