User Profile

Collapse

Profile Sidebar

Collapse
Terry Bridges
Terry Bridges
Last Activity: Mar 27 '12, 03:17 PM
Joined: Mar 23 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Terry Bridges
    replied to Passing data from perl into HTML
    in Perl
    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
    See more | Go to post

    Leave a comment:


  • Terry Bridges
    replied to Convert Number to Word
    in Perl
    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...
    See more | Go to post

    Leave a comment:


  • Terry Bridges
    started a topic Passing data from perl into HTML
    in Perl

    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...
    See more | Go to post
No activity results to display
Show More
Working...