Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: CGI scoping question

by WoodyWeaver (Monk)
on May 10, 2019 at 18:14 UTC ( [id://1233570]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $q->start_form(),
      'Please choose an action:  ',
      $q->popup_menu( -name => 'exec', -values => ['add', 'list', 'search'
    +] ),
      $q->popup_menu( -name => 'table', -values => ['users', 'VPN', 'VMacc
    +ounts', 'supporting tables'] );
    
  2. or download this
     print $q->h2($subtitle), "\n<table border>\n\t<tr><th>ID</th><th>Type
    +";
      foreach (my $i=1; $i<=$#USER_FIELDS; $i++) {
    ...
        print "</th><th><a href=\"$flags\">$LABELS{$USER_FIELDS[$i]}</a>";
      }
      print "</th></tr>\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-03-28 11:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found