Questions tagged [perl]

A widely used cross platform scripting language that is installed in OSX.

A widely used cross platform scripting language that is installed in OSX.

44 questions
4
votes
2 answers

Perl RegEx in Mac terminal: grep -p "^([^\t]*\t){2}mypattern\t" textfile.txt doesn't work

I am a beginner of using programming commands. Why {2} is not functional after ([^\t]*\t) in macOS terminal? Is there any website providing Perl RegEx which works in mac? Thanks!
3
votes
1 answer

Problem installing Devel::REPL using cpanm

I tried following the instructions for installing CPAN modules at this link: http://www.cpan.org/modules/INSTALL.html However, when I try to install Devel::REPL, it fails. Here is the log: [user@machine] cpanm Devel::REPL --> Working on…
2
votes
3 answers

Crypt-SSLeay on a macbook

I'm trying to install Crypt-SSLeay on a macbook and it failed. I manually downloaded Crypt-SSLeay from cpan and issued: perl Makefile.pl The error is openssl-version.c:2:10: fatal error: 'openssl/opensslv.h' file not found #include…
BioRod
0
votes
1 answer

How to install modules from CPAN without sudo?

Is there a way to install modules from CPAN without resorting to sudo? (And without perlbrew, please.)
kjo
  • 1,020
  • 2
  • 14
  • 21