in reply to Re^5: Perl MIME
in thread Perl MIME - Open file
Hi Tux,thanks so much for your help, much appreciated. The data is separated by comma, the data is extracted after it goes through the while loop so am getting each column and row etc... The file is parsed so am getting a txt file in the mimex directory, obviously I cant refer to the file directly cause everytime i am running the code a different file is generated... how am gonna get the tx file..(which is text/plain format/csv..
is the $csv_filename; will open that txt file stored in mimex directory? How can i open that txt file with all of my data so it gets through the while loop? Thanks a lot for your help.open my $fh, "<", $csv_filename;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl MIME
by Tux (Canon) on Mar 22, 2012 at 12:25 UTC | |
by Pan20 (Novice) on Mar 22, 2012 at 13:49 UTC | |
by Tux (Canon) on Mar 22, 2012 at 15:53 UTC |