Is there a program or module which can prepare perl code to be run from the command line, using the -e method? I am doing this because I want to embed the perl code in a shell script, which will render html output using w3m. I know I could just put the perl code into it's own file, but I thought I'd ask.