Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Can I specify a maximum precision width for numbers with sprintf in Perl?

perl

IPC msgsnd waits unexpectedly

linux perl ipc

if value lies between two values then add another value to corresponding line

perl

Perl: undef element in array

perl

Applying "file" linux command to binary buffer in Perl

linux image perl file raw-data

IPC::Open3 and determining if child is waiting for input

perl ipcopen3

Reversing each scalar of an array in Perl

arrays perl

How to get http and https return code in perl

perl http https

how to get the filename along with absolute path to the file, whenever a new file is created using inode in linux?

How to combine variables in string in Perl

string perl

What's the difference between these two definitions?

perl perl-hash

Filtering matching patterns with regular expressions

regex perl filter

Perl/Raku succinct webserver one-liner?

perl webserver raku one-liner

How can I capture an escaped " but not an unescaped one?

regex perl

Can a value be uninitialized, but still defined, in Perl?

comparing PERL md5() and PHP md5()

php perl md5

Run a perl script with the ending .pl

Perl regex: when to use $&

regex perl