RE: Help with Download

2001-06-27 Thread Moon, John
Subject: RE: Help with Download Thanks for the help ... I got a little further but still get : ... ... ... tar: CGI.pm-2.752/CGI.pm - cannot create tar: CGI.pm-2.752/README - cannot create tar: CGI.pm-2.752/cgi_docs.html - cannot create tar: CGI.pm-2.752/Makefile.PL - cannot create tar

RE: Help with Download

2001-06-27 Thread Moon, John
CGI Beginners Subject: Re: Help with Download "Moon, John" wrote: > > I have downloaded http://stein.cshl.org/WWW/software/CGI/CGI.pm.tar.gz (to > pc then ftp to Unix as binary to directory when I want to install ) but am > not familiar with the tar processor... When I tried : &

Re: Help with Download

2001-06-27 Thread Kathryn Hargreaves
Or use GNU tar: tar -xzvf *.tar "Moon, John" wrote: > > I have downloaded http://stein.cshl.org/WWW/software/CGI/CGI.pm.tar.gz (to > pc then ftp to Unix as binary to directory when I want to install ) but am > not familiar with the tar processor... When I tried : >

Re: Help with Download

2001-06-27 Thread fliptop
"Moon, John" wrote: > > I have downloaded http://stein.cshl.org/WWW/software/CGI/CGI.pm.tar.gz (to > pc then ftp to Unix as binary to directory when I want to install ) but am > not familiar with the tar processor... When I tried : > > SUN2>tar xvf *.tar you need to unzip it first: gunzip *.gz

Re: Help with Download

2001-06-27 Thread Pierre Smolarek
tar -xzvf CGI.pm.tar.gz failing that.. use cpan perl -MCPAN -e shell; install CGI - Original Message - From: "Moon, John" <[EMAIL PROTECTED]> To: "CGI Beginners" <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 5:46 PM Subject: Help with Download > I have downloaded http://stein.c