Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Is MySQL more resistant to SQL injection attack than PostgreSQL (under Perl/DBI)?

How do I get a listing of only plain files in a directory using Perl?

perl

Why does Perl's strict not let me pass a parameter hash?

perl strict

How should I restructure a large Perl script?

How can I assign different actions for different submit buttons in same html form?

html perl forms cgi action

Unable to get Perl's flock working

perl file locking

Can I generate a SHA1 in Perl or PHP?

php perl hex sha1

Do both alternatives match when using | in Perl regular expressions?

regex perl

perl : how to split?

regex perl split substr

Avoid long lines in Perl scripts

perl coding-style

Changing the class of a Perl object to a subclass

perl oop object

loop over JSON using Perl [duplicate]

json perl

Is Perl optimized to skip remaining logic operands if the answer is already decided?

perl optimization logic

What does "last" do in Perl?

perl

What is a good way to determine dates in a date range?

Is there a CPAN module that digests a short string into a short number?

perl hash module md5 cpan

How can I keep only the first five lines in a Perl scalar?

regex perl lines scalar

Using Perl, how can I sort an array using the value of a number inside each array element?

regex perl algorithm sorting

Why does Perl's File::Copy appear to silently fail?

How do I import environment settings into my Perl program?

linux perl environment