Perl Problem Yet Again! I already found out the answer.
Values for a HTML tag's attribute is strictly in double quotes: And double quotes for print strings are also in double quotes if you are printing more than one character.
But, I found out that you can just use In place of quotation as an attribute's value.
If it's alright, I need to post another problem I have with another script I have made; for uplaoding an image.
I made a global variable called: "$SafeChar".
But no matter how many times I rename it, Eclipse gives me this Error: Quote:
Global Symbol
$SafeChar requires an Explicit Package Name
| That Error is inline by the way; within one line.
And I also get this message: Quote: |
Variable $SafeChar is not imported
| I'm using EPIC- Eclipse Perl Integration Plugin- to make this script and Kedit for the last one mentioned about the quotation problem.
All other Variables work Like a Charm Except for those Errors that I for one character have no use for right now, for I am testing these scripts to use on a day that I get a website with CGI-BIN support. |