From ea70de99523d91db734318538bbd7c8228931979 Mon Sep 17 00:00:00 2001 From: "mcafee%mocha.com" Date: Mon, 11 Jul 2005 01:50:38 +0000 Subject: [PATCH] Comments only. Adding some URL download notes. git-svn-id: svn://10.0.0.236/trunk@175907 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/graph/graph.cgi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/graph/graph.cgi b/mozilla/webtools/graph/graph.cgi index c70a888837a..17ffcfce0c4 100755 --- a/mozilla/webtools/graph/graph.cgi +++ b/mozilla/webtools/graph/graph.cgi @@ -25,7 +25,8 @@ # # Basic graph cgi, wrapper for gnuplot that generates a png file. -# +# Download gnuplot here: http://www.gnuplot.info/download.html +# # OSX 10.3 (possibly 10.4) needs to install libpng, gnuplot from sourceforge. # @@ -33,9 +34,9 @@ # These are the perl modules we went with at the time, there are probably # more-standard packages now. # -use CGI::Carp qw(fatalsToBrowser); +use CGI::Carp qw(fatalsToBrowser); # CPAN use CGI::Request; # http://stein.cshl.org/WWW/software/CGI::modules/ -use Date::Calc qw(Add_Delta_Days); # http://www.engelschall.com/u/sb/download/Date-Calc/ +use Date::Calc qw(Add_Delta_Days); # CPAN, or http://www.engelschall.com/u/sb/download/Date-Calc/ my $req = new CGI::Request;