How to use perl to list all records from a flat-file to a webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nathan Mann

    How to use perl to list all records from a flat-file to a webpage

    I've been looking at the
    Simple Perl Database Program?
    By Blair Ireland
    Senior Editor, TheScripts.com
    and so far it functions exactly as expected.

    I'm looking for a way to add a simple "List" option. The user would click the "List" link, and ALL the records would be echoed back via HTML in row form.
    Last edited by MMcCarthy; Oct 19 '10, 05:46 PM. Reason: added link to article
  • chorny
    Recognized Expert New Member
    • Jan 2008
    • 80

    #2
    Code in example you provided is a Perl 4 style code. Consider reading "Learning Perl" (no earlier than 4th edition) or "Beginning Perl" - they both have good exercises.

    Comment

    Working...