Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I trim log files using Perl?

performance perl file-io

How can I force a Perl script to use ActiveState's wperl?

windows perl activeperl

How can I filter filenames based on their extension?

perl list filter

Why doesn't my awk one-liner work when I call it from Perl?

linux perl unix awk qsub

How do I create an object that returns different values in different scalar contexts?

perl scalar

How do I calculate a p-value if I have the t-statistic and d.f. (in Perl)?

perl statistics

grep vs Perl. Should I mod this to work, or should I just replace it with Perl code?

regex perl bash grep

What are some good methods or steps to debug a segmentation fault in Perl?

How can I signal a forked child to terminate in Perl?

perl multithreading fork

How do I change the record separator in a text file?

perl

Access to Perl's empty angle "<>" operator from an actual filehandle?

Do I need to use a class to use its methods in my subclass in Perl?

perl oop inheritance

Where should I put the ack configuration file on Windows?

windows perl ack

Perl: Check to see if your file was loaded as a module or run directly

perl module

Interactive prompt in perl

perl interactive

Can I pass a regex to isa() with Moose-based objects?

perl moose

ASP-style tags for Perl web development?

What's behind the 'system' function in Perl?

perl

How to make lists automatically instantiate on use in Python as they do in Perl?

python perl

How can I persist a large Perl object for re-use between runs?