Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can i find a specific line in a file using Perl?

string perl

Will all perl versions support older modules?

perl cpan dbi perl5.8

Writing a persistent perl script

linux perl bash unix

Properly detect line-endings of a file in Perl?

perl newline

How can I convert a string to a file handle in perl?

string perl filehandle

What is the difference between uppercase "-E" switch and lowercase "-e" in perl?

perl command-line

Slow loops in Perl

performance perl loops

Die if anything is written to STDERR?

perl

Count number of files in a folder with Perl

perl

How can I resolve the warning "Use of assignment to $[ is deprecated"?

perl

How to convert char string to hex in perl

perl

When should you use a package variable vs a lexical variable (and what's the difference)?

How can we catch side comments using Perl::Tidy or Perl::Critic?

How can I use Perl's system call to spawn independent threads?

perl multithreading

How can I update values on the screen without clearing it in Perl?

perl

Why does Perl's sprintf not round floating point numbers correctly?

perl floating-point printf

Can I generate Excel files with native Excel charts on Linux?

windows linux perl excel

What concerns should I have if I use Smart::Comments in development code?

perl source-filter

Why does Perl replace my string with "1"?

regex perl string replace

What does @_ -1 mean in Perl?

php perl arrays