Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do I get full Win32 path from 8.3 DOS path with Perl?

windows perl dos

Why is my Perl source code being displayed in the browser?

perl cgi webserver

Why this oneliner - echo "hello" | perl -e '<>; print' does not work

perl

How to prevent serialisation in one route in a perl dancer app?

perl dancer

Access Fully Qualified Variable Name from Variable in Perl Strict Mode

perl oop strict

Adding to a Perl hash behaving unexpectedly

xml perl hash

Trying to change connection host name in perl script that connect to SQL Server DB

sql-server perl dbi

How do I pass multiple arrays to a 'foreach' loop in Perl?

arrays perl foreach

Usage of defined with Filehandle and while Loop

perl while-loop filehandle

Perl error: use of uninitialized value $DBI::err in concatenation

perl dbi

Perl Tcl::pTk read Tcl version

perl tcl tk-toolkit

How to monitor changes in an attribute? (as opposted to change /of/ the attribute)

perl attributes moose

How do I use add_to in Class::DBI?

perl class-dbi

Extract and Format Information from TAP Archive

perl tap

How do I forward the current Asterisk call in AGI using Perl?

perl asterisk telephony

Exporting perl script to windows

perl

How can I translate non printable ascii chars to readable text with Perl

Use of uninitialized value $guess in numeric lt (<) line 25 in Perl

perl random

Reading data from file into an array to manipulate within Perl script

arrays perl file

How to empty the $table every iteration drawn using Text::SimpleTable

perl text