Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

How do you critique another person's code?

by Rhose (Priest)
on Dec 19, 2001 at 22:21 UTC ( [id://133203]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use CGI qw/:all/;
    
  2. or download this
      print "
      </select>
    ...
      </body>
      </html>
      ";
    
  3. or download this
    ## yes, the naming convention sucks, but hey, you didn't program it, I
    + did
    
    ...
    
    ## well genius, you probably figured that since they have not entered 
    +anything, that we need to ask them for something
    ## I should not have to explain the following to you cause if I did, y
    +ou should not be programming - moron.
    
  4. or download this
    if ($file1[0] eq $dealerno)
    {
    ...
      @file2[$cnts++] = $file1[9];
      @file2[$cnts++] = $file1[10];
    }
    
  5. or download this
    $_ = $phone;
    substr($_,3,0) = "/";
    substr($_,7,0) = "-";
    $phone = $_;
    
  6. or download this
    $dealer1 = chop ($city);
    $dealer2 = chop ($city);
    ...
    $dealer4 = chop ($city);
    $dealer5 = chop ($city);
    $dealercode = $dealer5 . $dealer4 . $dealer3 . $dealer2 . $dealer1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-24 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found