> perl -e 'xxxx' > is very essential; though I could see a compatibility mode being > enabled by > default with '-e' if necessary. But perl is not parrot, and parrot doesn't need -e (unless we expect people to write one-liners in actual bytecode). Perl will be sitting on top of parrot, so it will need to pass the environment-specifics to parrot. I believe that this is what we are discussing. The question is whether we pass command-line arguments on the command-line, or whether we create another mechanism. Grant M.Thread Previous | Thread Next