Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Perl script not rendering values

Jcgo-OracleNov 22 2014 — edited Nov 24 2014

I have a perl script that runs a form submission and sends me an email after user completes the form.

Once I get the mail, i see the form fields BUT I do not see the values that the user would enter.

Here is a snippet:

print MAIL "...If Contractor, employed by: $FORM{'Contractor_Employer'}\n";

print MAIL "...If Visitor, employed by: $FORM{'Visitor_Employer'}\n";

print MAIL "...If Reporting unsafe condition or other safety related issue:\n";

print MAIL "$FORM{'Unsafe_Conditions'}\n";

print MAIL "\n";

print MAIL "IDENTIFICATION DETAILS\n";

print MAIL "...Full Name of Injured: $FORM{'NameInjured'}\n";

print MAIL "...Job Title: $FORM{'JobTitle'}\n";

print MAIL "...Date Hired: $FORM{'DateHired'}-$FORM{'DHMonth'}-$FORM{'YearHired'} \n";

print MAIL "...Gender: $FORM{'Gender'}\n";

print MAIL "...Manager's Name: $FORM{'Emp_Manager

***************

any ideas?

Comments

My idea would be: debug it.

Your post had so little technical information so I can't be more specific, sorry.

[I know this isn't a Perl forum, but since isn't one on OTN, I'm OK with you asking it here]

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 22 2014
Added on Nov 22 2014
1 comment
1,210 views