Paav has asked for the wisdom of the Perl Monks concerning the following question:
I need to use the the numbers "5678" and "7894", and graph them in excel everyday. The graph would be "day" vs "total". I hope this makes what I am trying to do a little easier to understand. Now my code reads........ ..... .... .... .... ..... ..... .... .... .... total 1234 1234 5678 7894
Thanks alot, Paav#!/usr/local/bin/perl -w my($currentLine, $name, $infilename); chomp ($infilename = "temp1.pl"); if ($ currentLine =~ /^ \$name:/) { print $currentLine; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: parsing from a file
by jjhorner (Hermit) on Jun 15, 2000 at 04:33 UTC |