in reply to Re: required explicit package error.
in thread required explicit package error.
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: RE: Re: required explicit package error.
by verbal (Initiate) on Jun 15, 2000 at 08:08 UTC | |
by Anonymous Monk on Jun 15, 2000 at 21:16 UTC | |
by Paav (Novice) on Jun 15, 2000 at 21:20 UTC | |
by nuance (Hermit) on Jun 15, 2000 at 23:43 UTC | |
by Paav (Novice) on Jun 15, 2000 at 21:29 UTC | |
|
RE: RE: Re: required explicit package error.
by btrott (Parson) on Jun 15, 2000 at 00:56 UTC |