Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Looking for feed back on a guestbook

by George_Sherston (Vicar)
on Nov 15, 2001 at 12:16 UTC ( [id://125525]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $message =~ s/badword2|badword3|badword/bleep/ig;
  2. or download this
    badword2|badword3|badword
    
  3. or download this
    badword|badword2|badword3
    
  4. or download this
    use CGI qw/:standard/;
    
  5. or download this
    my $q = new CGI; # and all the $q-> method calling
    
  6. or download this
    print 
        header,
        start_html,
    ...
        "Name: $name", br, "Email: $mail", br, "Message: $message", 
        # ok, line above is a *bit* CGI-obsessive
        end_html;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://125525]
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-26 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found