Maybe I need to explain a little further:
Once the site's visitor enters text into certain fields on the form, (i.e.-Name, Address, Email, City, State,Zip...etc etc)and presses the "Submit" button, the script is executed, the "Request Received" receipt page comes up as it should to let the visitor know the form worked properly, my client receives the request in his Inbox as he should, but when my client opens the email, the info his visitor entered into the form is not there. Simply put, the text was not parsed from the form.
I did add the line:
Use CGI::Carp qw(fatalsToBrowser); and the only error that came up was as follows:
Can't locate object method "new" via package "CGI" (perhaps you forgot to load "CGI"?) at /ssl/formaction.pl line 6.
Now to the HTTP server log. When I check the syntax on my trusty copy of Perl Edit, it says the syntax is perfect; no errors are generated. BUT when I run Perl Checker on his commercial web hosting's server (Yahoo Small Business) the all to familiar comes up in the .log: Use of uninitialized value in concatenation on lines 34-45... (which ironically are the parsed fields) but my name/value pairs are fine. Again, this script was working fine prior, so I'm wondering if there was something very simple I may have accidently deleted from the script I'm just not seeing. Thanks again for all your past help and upcoming suggestions. Sincerely,
Lost (Shawn)

In reply to Re: Hand Rolled CGI by Lost
in thread Hand Rolled CGI by Lost

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.