Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I provide a temp file download using mod_perl and CGI::Application?

Does the Perl diamond operator iterate over non-magic arrays (not @ARGV)?

How can I access the commited file from a Subversion pre-commit hook in Perl?

perl svn pre-commit-hook

How can I make PDF tables from Perl?

perl pdf

Control logic using HTML::Template

html perl templates

How can I use ActivePerl's PPM 4 from the command line?

perl

How can I use a variable's value as a glob pattern in Perl?

perl file design-patterns glob

What is a good way to wait until a file updated and then read from it in Perl?

perl

How can I get elements out of an array with Template Toolkit?

MATLAB - Delete elements of binary files without loading entire file

How can I enable a debugging mode via a command-line switch for my Perl program?

perl command-line debugging

How to add header, footer with images using PDF::API2::Lite?

perl pdf perl-module

Need more examples on how to use Spreadsheet::ParseExcel

perl excel csv spreadsheet cpan

How to unit test functions calling localtime() in Perl?

perl unit-testing

How to find out if a Perl hash is multidimensional?

perl hash

How do you climb up the parent directory structure of a bash script?

perl bash directory

perl: Writing file at Nth position

perl

Why should I use <ARGV> or <> instead of <STDIN> in Perl?

Create a hierarchy file using perl

perl

How can I open a file only if it is not already open, in Perl?

perl file subroutine