Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Making program readable

by RichardK (Parson)
on Oct 06, 2015 at 08:36 UTC ( [id://1143893]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            if ($intermediate_array[12] eq "GSM" && $intermediate_array[9]
    + eq "MSubmit")
            {
    ...
            {
                $total_MO_success++;
            }
    
  2. or download this
        if ($intermediate_array[12] eq "GSM" && $intermediate_array[9] eq 
    +"MSubmit") {
    
    ...
                $total_MO_success++;
            }
        }
    
  3. or download this
        my @del_user_error_count;
    
    ...
                last;
            }
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found