Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Using HTML::Template's query method

by stiggy (Acolyte)
on Oct 04, 2002 at 22:57 UTC ( [id://202938]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        ACTION        =>  SCREEN
        ---------------------------------
    ...
        "view item"   =>  "item detail"
        "delete item" =>  "item list"
        "update item" =>  "item list"
    
  2. or download this
        ### list screen ###
        if ($mode eq "delete") {
    ...
            update_item();
        }
        display_item_list();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://202938]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-19 10:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found