Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

CGI to Dancer popup_menu

by adriang (Sexton)
on Jan 15, 2015 at 14:03 UTC ( [id://1113330]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $cgi->start_form({-name=>'box_form',-target=>"_new"}),
        $cgi->font({-'size'=>2,-'color'=>"#2E2E2E",-'face'=>"arial"}),$cgi
    +->b(),
    ...
        ),
        $cgi->endform,
        ;
    
  2. or download this
    get '/' => sub {
        # Create customers list
    ...
        template 'index', { hash => \%cust_name };
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1113330]
Approved by Corion
Front-paged by choroba
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found