Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Improving (the efficiency of) this piece of code

by dvergin (Monsignor)
on Feb 25, 2001 at 06:16 UTC ( [id://60713]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       if (param('page') eq "")
  2. or download this
       if ( ! defined(param('page')) )
  3. or download this
    #!/usr/bin/perl -wT
    use strict;
    use CGI ':all';
    ...
          '<a href=index.pl?page=page3>page3</a><br>',
          end_html();
    }
    
  4. or download this
       Not enough arguments for index at 
       C:\DocsMisc\PerlCode\index.pl line 8... etc. etc.'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-23 15:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found