Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Can a Perl BEGIN block spread a virus or lose data?

perl compilation

Can I run a Perl script from stdin?

perl

How can I add a progress bar to WWW::Mechanize?

How can I generate a range of IP addresses in Perl?

perl ipv4

How do I use an array as an object attribute in Perl?

perl arrays constructor

Custom array sort in perl

perl sorting arrays

Perl Strange -M Flag in 'If' statement

perl

How do I evaluate shell variables in a string?

perl

When accessing individual characters in a string in Perl, is substr or splitting to an array faster?

Generating unique codes that are different in two digits

Is there a Python module to "thaw" data frozen using Perl's Storable?

python perl serialization

Recursive search and replace usind Perl in cmd (Windows)

perl cmd

perl - array of integers using way too much memory?

perl types

Perl: adding a string to $_ is producing strange results

string perl

What is the name of the implicit variable in a java while loop?

java perl while-loop

Multiplication with Perl 6 Sequence Whatever (...) operator

perl raku

Use ready-made character class and restrict it further

regex perl unicode

When should use "use" and when "require" and when "AUTOLOAD" in perl [good programming practice]?

perl

How do I get the PID of a process spawned with Perl's system function?

perl system pid

Searching and marking paired patterns on a line

ruby perl bash python-2.7