in reply to Re^2: file contents as a part of code?
in thread file contents as a part of code?
(Not that this is an endorsement of either approach.)die if not -f '/tmp/MY_DATA'; gnuplot({ "title" => "My Trend", "output type" => "png", "output file" => "$TMPDIR/trend-$$.png"}, do '/tmp/MY_DATA' );
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: file contents as a part of code?
by djwaddel (Initiate) on Aug 17, 2005 at 16:03 UTC |