Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

(Ovid) Re: How do you critique another person's code?

by Ovid (Cardinal)
on Dec 19, 2001 at 22:47 UTC ( [id://133209]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($file1[0] eq $dealerno)
    {
    ...
      @file2[$cnts++] = $file1[9];
      @file2[$cnts++] = $file1[10];
    }
    
  2. or download this
    if ($file1[0] eq $dealerno)
    {
      @file2[0..10] = @file1[0..10];
    }
    
  3. or download this
    Scalar value @file2[$cnts++] better written as @file2[$cnts++] at -foo
    +.pl line 327.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 22:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found