- or download this
1. downloaded the module from CPAN site into my local unix directory /
+user/comp/name
2. gzip -dc Text-Delimited-2.00.tar.gz
...
4. cd Text-Delimited-2.00
5. perl Makefile.PL PREFIX=/user/comp/name
6. make install
- or download this
cp lib/Text/Delimited.pm blib/lib/Text/Delimited.pm
Manifying blib/man3/Text::Delimited.3
...
Installing /user/comp/name/man/man3/Text::Delimited.3
Writing /user/comp/name/lib/site_perl/5.8.8/x86_64-linux-thread-multi/
+auto/Text/Delimited/.packlist
Appending installation info to /user/comp/name/lib/5.8.8/x86_64-linux-
+thread-multi/perllocal.pod
- or download this
#!/usr/bin/perl
use lib "/user/comp/name";
...
}
$file->close;
- or download this
Can't locate Text/Delimited.pm in @INC (@INC contains: /user/comp/na
+me /opt/nasapps/stow/perl-5.8.8-fixhs/lib/5.8.8/x86_64-linux-thread-m
+ulti /opt/nasapps/stow/perl-5.8.8-fixhs/lib/5.8.8 /opt/nasapps/stow/p
+erl-5.8.8-fixhs/lib/site_perl/5.8.8/x86_64-linux-thread-multi /opt/na
+sapps/stow/perl-5.8.8-fixhs/lib/site_perl/5.8.8 /opt/nasapps/stow/per
+l-5.8.8-fixhs/lib/site_perl .) at modtest.pl line 4.
BEGIN failed--compilation aborted at modtest.pl line 4.