Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Clarification regarding IO::Select

perl

Strawberry Perl not recognising special variable for OSNAME

perl ansi strawberry-perl

Perl: How do I find a parent folder of a known subfolder?

perl

SWIG: Wrapping C++ for Perl using only a header and a shared library, can't locate loadable object error

c++ perl shell g++ swig

Is it possible to use perl/ajax to read a file line by line while the file is written by another program?

ajax bash perl ssh real-time

SSL_ca_path with IO::Socket::SSL doesn't use certs in directory

perl socket: increment port if in use

perl sockets eval

References to equal strings

perl pointers reference

How to bundle modules for an offline server with cpanm

perl bundle offline cpanm

Can Perl detect if a floating point number has been implicitly rounded?

perl floating-point

String overloaded variable is considered defined no matter what

perl

In Perl, how can I read pairs of space separated numbers from STDIN?

perl

Perl: Removing array items and resizing the array

How are the values printed in the foreach statement?

perl foreach

should I read from ARGV in own perl module

Why doesn't $class->SUPER::new call the constructors of all parent classes when using multiple inheritance?

perl multiple-inheritance

How can I use coderefs instead literal subs when there is a `&` prototype?

Attribute is => 'Maybe[SomeSubtype]' returns Attribute () does not pass type constraint

perl moose

How to use Perl's XML::XPath with non-English element names?

xml perl xpath utf-8

How to write unit test cases for a Perl script