Date: Tue, 15 Jan 2002 00:49:45 -0500 (EST) From: "Philip M. Gollucci" <philip@p6m7g8.com> To: Stan Brown <stanb@panix.com> Cc: Free BSD Questions list <freebsd-questions@FreeBSD.ORG> Subject: Re: CGI script to draw simple graphs? Message-ID: <20020115004543.H20048-100000@p6m7g8.student.umd.edu> In-Reply-To: <200201150410.g0F4AN416971@panix3.panix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
cd /usr/ports/graphics/gd make install distclean perl -MCPAN -e 'install GD::Graph' perl -MCPAN -e 'install GD::Map'; They come with oodles of examples. Its actually pretty highlevel. ------------------------------------------------------------------------------ Philip M. Gollucci (p6m7g8) philip@p6m7g8.com 301.314.3118 Science, Discovery, & the Universe (UMCP) Webmaster & Webship Teacher URL: http://www.sdu.umd.edu EJPress.com Database/PERL Programmer & System Admin URL : http://www.ejournalpress.com Resume : http://www.p6m7g8.com/resume.txt On Mon, 14 Jan 2002, Stan Brown wrote: > Before I go and reinvent the wheel, I thought I'd ask. > > I've got machine health data avaialble for one of mY FreeBSD machinse, > thnaks to helpful memebers of this list. I'd like to display this data on a > web page. Writing a simple prl CGI script to get static readings is easy, > but I'd prefer a simple graphs. I'm sure that if I look around in CPAN, > I'll find all the tools to do this, but I thoght I would ask if anyone > could point me to slightly higher level solutinn? > > > > -- > "They that would give up essential liberty for temporary safety deserve > neither liberty nor safety." > -- Benjamin Franklin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020115004543.H20048-100000>