After a bit more study, I have come to the realization that I was looking at the problem through the wrong end of the telescope. By generating the HTML from within perl the "problem" ceases to be an issue.
Thank you all for not flaming my obvious ignorance....LO L
User Profile
Collapse
-
As a "training project", I set myself the task of converting dollar amounts into thealpha string commonly found on checks. The easiest way that I found was a series of hashes in the form:
%small_nums = {1 => ONE, 2 => TWO.... etc.
One hash for 0-9, one for the "teens" and one for the "tens" (TWENTY, THIRTY etc.)
Then just SPLIT the number you are converting and...Leave a comment:
-
Passing data from perl into HTML
Hello all! WHile I am new to perl, I have 30 years in other programming languages from line-number Basic through VFP. Here's my problem:
I have an HTML page that successfuly passes a variable to my perl script, which then (again successfully) passes a string back into HTML. Using the examples from various perl tutorials, the output of the perl script is presented by the server in a new HTML page.
Is there any way...
No activity results to display
Show More
Leave a comment: