18
votes
9answers
4k views

The future of Perl? (Perl 6, Employability)

I've found a few related questions, like Python V Perl and Is Perl Worth it?, but I can't seem to find anything that directly addresses this question. Is there a legitimate future in Perl? I work in ...
2
votes
2answers
3k views

installing CPAN module on windows

I am trying to install CPAN module on Windows 7. I don't have Active Perl so can't use PPM package. The steps given on all sites include these three steps: make, make test and make install. I know ...
1
vote
2answers
132 views

perl module for creating CLI [closed]

I wish to know is there any existing perl module which can provide the framework to create new CLI commands ? Thanks Arpit
1
vote
4answers
258 views

Can I use a Perl's Apache2::ASP CPAN module on shared hosting?

I'm trying to use a Perl module from CPAN (AuthCookieDBI.pm to be specific) in a shared hosting environment. I tried copying the .pm file to the directory I'm trying to use it with, and I have ...
-1
votes
1answer
75 views

Retrieve a value from object in perl

I am getting $VAR1 = bless( \*{'Fh::fh00001Screenshot.png'}, 'Fh' ); in a variable. But I need to retrieve fh00001Screenshot.png from it. How can I get it?