Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: How do I use a database and handle checkboxes?

by Ovid (Cardinal)
on Aug 22, 2000 at 06:51 UTC ( [id://28960]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub getGrades {
        my $grades;
    ...
        $grades =~ s/,$//; # remove trailing comma
        return $grades;
    }
    
  2. or download this
    sub storeData {
        my $table = shift;
    ...
    
        print $template->redirect('http://www.someserver.com/some/path/tha
    +nks.html');
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-25 09:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found