Hi

ahhhhh! it was the server that had it all along. I just woke up today mourning with a fresher focus and relized i should replace my url string with any other test url. It worked so I narrowed the problem down to be that the image I was trying to retrieve before was off a server that has some sort of image redirection/protection?? I ended up getting the image from the place I wanted too but I had too add the full url I got from parsing

ex. www.path.to.web/image.jpg?qlt=75&wid=175&cvt=jpg

Instead I took that url and parsed it so I didn't have the extra parameters being passed. I figured that was the right way to retrieve that actual image file and OH BOY was I WRONG!!!! That cost me about a 2 hr headache sitting at the comp researching last night :((((.

I guess last night I wasn't quick enough to try to narrow in on that problem, maybe being because I read so many getstore examples and how they just worked fine. I'm on a machine I just got on so In the back of my head I was hoping it was a server setting/module version or something that didn't make getstore working properly.

thank you all for trying to help me

Your advice and tips gained me knowledge on this topic and helped me figure this out. I'll be sure not to run into this type of problem again.

tanger

In reply to Re^2: LWP Simple - getstore function by tanger
in thread LWP Simple - getstore function by tanger

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.