Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Modules in Perl????
- Download the moduel
- Use gunzip to decompress it
- tar -xf [file] to extract it.
- cd into the newley extracted module's directory.
- Check for the presence of a file called README or INSTALL( (view them if they exist).
For most modules, the instlal process is something like:
$ perl Makefile.PL && make && make test $ su