I
ioneabu
I installed Switch.pm in my own module directory on my web account
using:
perl Makefile.PL PREFIX=/u/mydir/perl
It took a while and was not easy because I had to look through
directories for it with ftp and when I finally got it, decompressed it,
and attempted installation, I was told I needed Filter. I had to go
through the whole process again to install Filter first.
All of this was because I wrote a script on my home computer using
Switch and I thought I would be cool and use Switch instead of if,
elsif, etc...
My question is: Why can't I use:
perl -MCPAN -e 'shell'
with some equivalent of the PREFIX option so it can handle my
installation headaches for me? The problem is that I do not have root
access on this account. I do everything on the command line using ssh
to connect.
Thanks!
wana
using:
perl Makefile.PL PREFIX=/u/mydir/perl
It took a while and was not easy because I had to look through
directories for it with ftp and when I finally got it, decompressed it,
and attempted installation, I was told I needed Filter. I had to go
through the whole process again to install Filter first.
All of this was because I wrote a script on my home computer using
Switch and I thought I would be cool and use Switch instead of if,
elsif, etc...
My question is: Why can't I use:
perl -MCPAN -e 'shell'
with some equivalent of the PREFIX option so it can handle my
installation headaches for me? The problem is that I do not have root
access on this account. I do everything on the command line using ssh
to connect.
Thanks!
wana