On Tue, Feb 15, 2011 at 9:35 PM, Chris Stinemetz <
cstinem...@cricketcommunications.com> wrote:
> I am interested in creating a cgi perl script that I can publish on the web
> that will tie into a mysql database and create a x,y axis graph based on
> data selection. Any suggestions are greatly app
Hi William,
On Tuesday 15 Feb 2011, William Muriithi wrote:
> Pal,
>
[snip]
> I am trying to list files that exist on file1 that are missing on file2 and
> have the following script:
>
> #! /usr/bin/perl
>
> use strict;
> #use warning;
>
> open MSRT, "/Users/williamm/Documents/file1" or die $
On Tue, 15 Feb 2011 19:35:03 -0700, Chris Stinemetz wrote:
> I am interested in creating a cgi perl script that I can publish on the
> web that will tie into a mysql database and create a x,y axis graph
> based on data selection. Any suggestions are greatly appreciated.
Suggestion:
http://search