On Feb 11, 2010, at 3:18, newbie01 perl wrote:
> Hi all,
>
> I am wanting some advise/input on setting up some sort of intranet site to
> allow system operators to manage the servers, mostly UNIX servers and some
> Windows. I am constrained by not being able to install new modules or a
> databas
> I just want to make a 'secure site' that need username and password.
The easiest way to do this is probably not in perl. I recommend putting an
".htaccess" file in the directory where you have the file that you want
password protected. This is a good method if you do not have the ability to
c
Hello there! I am having difficulty downloading the Socket module to
make a script work. Below is the result of my attempt installing from
the command line via Perl;
Any suggestions?
Jeremiah
Trying with "/usr/bin/wget -O -" to get
ftp://ftp.loaded.net/pub/CPAN/modules/03modlist.data.gz
--12
In article <[EMAIL PROTECTED]>, Jeremiah Foster
wrote:
> Hello there! I am having difficulty downloading the Socket module to
> make a script work. Below is the result of my attempt installing from
> the command line via Perl;
>
> Any suggestions?
Perhaps looking at one of t