Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Favorite Descriptive Variable Name

by MadraghRua (Vicar)
on Dec 23, 2000 at 01:31 UTC ( [id://48095]=note: print w/replies, xml ) Need Help??


in reply to Favorite Descriptive Variable Name

Mine are fairly boring in comparisson to most of these. I tend to parse files a lot, so I have a wee system to help me remember what I'm working with at anytime. So opening the file is $inputFile, writing to a file is $outputFile. Reading in a file line by line is @inputData and turns $inputLine. It can get split into @processedLine. As I do stuff with the array, array elements can get pushed into @parsedArray. Simple names for a simpleton...

MadraghRua
yet another biologist hacking perl....

Log In?
Username:
Password:

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

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

    No recent polls found