in reply to trouble populating array with input from a file
that way you can see what it's doing as it's running..while(<TMP>) { ($receiver,$uptime) = split; if ($DEBUG == 'TRUE') { # test split values, make sure you've # printed a header already print "testing: reciever = $reciever : uptime = $uptime<BR>"; } push @dataset, $uptime; push @labels, $receiver; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: backticks in CGI
by lestrrat (Deacon) on Jul 13, 2001 at 09:59 UTC | |
by synapse0 (Pilgrim) on Jul 13, 2001 at 10:27 UTC | |
|
Re: Re: backticks in CGI
by Anonymous Monk on Jul 13, 2001 at 11:12 UTC |