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

Re: Help understanding this script (Russ: waving red flags)

by Russ (Deacon)
on Jul 18, 2002 at 17:14 UTC ( [id://182916]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
  2. or download this
    use CGI;
    $query = new CGI;
    
    $topic_directory = "topics";
    
  3. or download this
    if($query->param('topic')){
         $topic = $query->param('topic');
         &file_error unless (&open_topic);
    
  4. or download this
    sub print_response_form{
         print "<FORM METHOD=\"post\" ACTION=\"post.pl\">\n";
         print "<INPUT TYPE=\"hidden\" NAME=\"action\" ";
    
  5. or download this
    # isn't this
    print qq{<FORM METHOD="post" ACTION="post.pl">\n};
    
    # better than this?
    print "<FORM METHOD=\"post\" ACTION=\"post.pl\">\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (None)
    As of 2024-04-25 01:07 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found