Here's a strange one (and one which will probably make
Lincoln S. wanna rip me a new one).
I am making a web page which passes just one field to a perl script -
a textarea field with multiple lines.
Then that data is fed line by line to a GD.pm based script which
should make an image from the text - but (and here's where we
manage to bring in yet another lstein module) the CGI.pm alters
the basic structure of the text in the text field such that, when
the data gets to the GD calls (parsed via CGI's param) GD will
balk after just the first character (or space).
Manually hitting the script with the url like
http://my.site.org/script.pl?text=I+Like+Ike works fine. But
passing that text via a form does NOT.
Are we having fun yet?
What does this little button do . .<Click>;
"USER HAS SIGNED OFF FOR THE DAY"
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.