To elaborate on the above answer, the fat comma, =>, operator is a special quoting operator that perl has. It functions basically as a comma execept that, if the left hand side is a bareword, it is treated a string. content-type is two barewords and an operator, so bareword immediately to the left of the =>, type, is treated a string, then it evalutes the operator, -, and the second bareword, content.
Comment on Re: Using the HTTP::Request and Verifying Results
That worked. Thank you. But, how could I pass that back to myself so I could view the information it's sending. Would I have to create a Daemon, or is it easier than that?