python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Installation of Date::ICal fails when running the sanity tests
I am trying to install the module Date::ICal and it is failing one of the tests. The output is:
Running make test for RBOW/Date-ICal-2.678.tar.gz
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MEx...
WhyNine
Votes: 0
Answers: 1
Tokenize split a string in bash using perl
I have a bash shell script.
I know how to tokenize a string in Perl using split function.
I know there is a method in Bash as well.
I prefer using the Perl function.
How could, if possible, Perl be us...
PaulM
Votes: 0
Answers: 3
Chromebook trouble entering Perl variables with perl -e in terminal
I am learning how to use Perl on chrome. When I attempt to enter a variable in terminal it gives me this output. I know how to run code with files, just trying to see what I can do directly in the ter...
Stepdeff
Votes: 0
Answers: 2
How can I pass a reference of an array defined as constant?
I defined hash and array constants, When passing those to a function, I'll have to pass them as references.
However I'm wondering what the correct syntax is.
Consider this example:
#!/usr/bin/perl
use...
U. Windl
Votes: 0
Answers: 1