Skip to main content

Questions tagged [perl]

Perl is a portable general-purpose dynamic programming language. It is used in a diverse variety of domains: system management scripting, text processing, web content management, Biology calculations, and others. It has a rich library of free reusable modules - the CPAN and a vibrant community of users and developers.

-2 votes
1 answer
112 views

I am working for a small electronics company and I was assigned a task of re-inventing and re-writing the software for our product delivery flow, which gathers design components, verifies them, and ...
ocmob's user avatar
  • 21
0 votes
0 answers
66 views

(Disclaimers: I have checked on Google and this site. I have read this answer, which is the only related one I could find here. Additionally, that answer is from 2017, and I wonder if things have ...
cxw's user avatar
  • 495
0 votes
1 answer
392 views

I've lately been using pcregrep to do Perl-style group matching when doing my bash scripts. The problem with pcregrep is that it's not readily available on Linux machines in general. An alternative ...
devoured elysium's user avatar
18 votes
7 answers
4k views

DBIx::Class is a popular Perl interface to any database that you can connect to through DBI. There is good documentation for its technical details, but scant information about its proper use (...
brian d foy's user avatar
  • 1,971
0 votes
1 answer
204 views

I'm programming a web app using Perl and Dancer. The logic is not trivial and I want to separate the web page logic (inside Dancer routes) from the business logic that reads and writes from the ...
celticman's user avatar
8 votes
2 answers
375 views

I have been getting my head around monads in functional programming and seem to see some commonality between Perl's default variable $_ and FP monads. Is this true? Are there similarities, if not ...
Kevin Pluck's user avatar
1 vote
2 answers
2k views

PHP allows you to increment strings. Why? Let's jump ahead a bit. Take the following code: $string = '9ZzZ'; echo ++$string; // 10AaA From a purist point of view this may seem like nonsense, however,...
DanielM's user avatar
  • 253
44 votes
2 answers
53k views

PHP is a mixed paradigm language, allowing to use and return non-object data types, such as arrays. I pose a question to try to clarify some guidelines for selection of arrays vs objects when deciding ...
Dennis's user avatar
  • 8,267
1 vote
2 answers
133 views

I have decided to learn Perl as my next language and I am currently reading about the scalar and list contexts, although this question is not specifically Perl-related, I will just put it in a Perl ...
user1301428's user avatar
1 vote
3 answers
2k views

I am a web developer. I have been using php for many years and I also know lots of other programming languages so I wanted to try making websites using them. I know Perl and want to make a website ...
one2three's user avatar
3 votes
1 answer
167 views

I recently came across this statement in the Perl documentation: extirpated as a potential munition derived from the sentence: "Creates a digest string exactly like the crypt(3) function in the C ...
Rambatino's user avatar
  • 141
14 votes
5 answers
19k views

I just began reading O'Reilly's Learning Perl, 6th Edition and was surprised when I came across this excerpt. #!/usr/bin/perl print "Hello, world!\n"; Let’s imagine that you’ve typed that into your ...
Jared's user avatar
  • 493
2 votes
1 answer
165 views

My Problem: I have been tasked with re-implementing a software key generator routine on an external web server running cPanel v.11.44.1.18. Currently, the key generator is implemented using a ...
Aubrey Robertson's user avatar
0 votes
1 answer
593 views

I have a web application written in Perl with a controller, some "views" and some "Models". Each "Model" is corresponding to one "View". The controller (one file) creates an Model object ...
MUY Belgium's user avatar
1 vote
4 answers
349 views

I'm working on a project where we are tasked to gather and output various data to a spreadsheet. We are having tons of problems with the file that holds the code to write the spreadsheet. The cell ...
Austin's user avatar
  • 113

15 30 50 per page
1
2 3 4 5