http://www.perlmonks.org?node_id=279474

Gorby has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks, I've been trying to make this run on the command line:
perl myprogram.cgi hello>world
My problem is that the output of the program gets saved in a file called "world". What I want is for the entire "hello>world" to be sent to the program. How do I use the > < characters literally?

Thanks in advance.