in reply to Re: Importing Data and Exporting Data Issues
in thread Importing Data and Exporting Data Issues
1. Done!
2. Should I declare @lines after opening the files then? Should I declare $ave in my average function?
3. I'm using -e to check and see if the file even exists before attempting to open and read from it.
4. I have not used lexical file handles before, are they used similarly to how file handles are used normally?
5. I was attempting to put all my data into an array so my functions would read it and work accordingly.
6. Experiment, meant to change it back to (<FIN>)
7. Experiment again, was originally @lines.
8. Done!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Importing Data and Exporting Data Issues
by Marshall (Canon) on Apr 05, 2016 at 06:55 UTC | |
Re^3: Importing Data and Exporting Data Issues
by GrandFather (Saint) on Apr 05, 2016 at 12:02 UTC |
In Section
Seekers of Perl Wisdom