> > perl -e myperl > > You *still* wouldn't use -e here.
The "-e" is used when you have code after it not the name of a program. e.g. perl -e 'for (1..10){print "Hello World!\n"}' /Stefan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]