Okay, I've had my morning coffee, now.

What error messages are you getting? What are your symptoms? What is the purpose of lines 6 through 9? Which modules are you using?

Usually, I'd suggest adding warnings and strict and then fixing your errors. In this case, I'll suggest fixing your errors, and then adding strict and warnings and fix the new ones that come up.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

This code doesn't look like you seriously tried at all. You don't specify your modules, you set up variables you don't need, it makes little to no sense. It looks like a handful of cargo-culted lines from somewhere. On top of that, you want to figure out how to post something to a website? I suggest you spend a little time learning the basics of the language before trying to do this project.

In the event that you do know perl, then you sure chose a poor way of stripping down your code. You stripped out your use declarations, but you left in some lines that do *nothing* to further your task.

I hate to be bitchy, but It's a fundamental skill of debugging to be able to reduce your code to a small example to reproduce a bug. Another fundamental skill is to describe the problem. You can't send the image as raw data? Well, *what are the symptoms*? Blue smoke? A genie slapping your hand with a ruler? The Internet police issuing you a citation for "bad content uploading"?


In reply to Re: lwp post file by roboticus
in thread lwp post file by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.