Blogs about: Perl
Featured Blog
Merging two arrays of arrays in Perl
Here is one method to merge two arrays of arrays, like @a and @b in the following code, to get @c: #!/usr/bin/perl use warnings; use strict; @a = ( ['id', 'name', 'age'], … more »
Bits & bobs
Another Perl Regex Question
— 4 comments
kristianoye wrote 23 hours ago: Sorry, this is yet another geek post. Usually, I do alright with regular expressions, but every onc … more »
DzSoft Perl Editor 5.8.3.0
ADMIN wrote 1 day ago: DzSoft Perl Editor 5.8.3.0 | 8,14 MB DzSoft Perl Editor is a tool for writing, editing, and debugg … more »
Finding the cause of inexplicable warnings in XS code
— 1 comment
TimBunce wrote 2 days ago: Occasionally you may run across an odd warning like this: Use of uninitialized val … more »
how to take input from keyboard and print to screen
pravin2006 wrote 2 days ago: #!/usr/bin/perl $input = <STDIN>; // this will take input from keyboard print $input ; … more »
where is perl installed
pravin2006 wrote 2 days ago: by default its installed in linux /usr/bin/perl in scripts you have to write #!/usr/bin/perl to tell … more »
Perl + Gtk 2
— 2 comments
jacobnix wrote 4 days ago: pues nunca había programado nada de Perl con Gtk 2, pero inicie con algunos ejemplos que vienen en … more »
Are you charging too little?
Jordan Bortz wrote 5 days ago: I found a great little list over at Freelance Switch. http://freelanceswitch.com/humour/top-ten-sign … more »
Nerds and geeks love Perl
Eggplant wrote 5 days ago: Nerds love Perl for a number of reasons. Here’s Chris Breston, University of Massachusetts Dar … more »
File handling in Perl
saisjsu wrote 1 week ago: Here is the basic perl program which does the same as the UNIX cat command on a certain file. #!/usr … more »
hall, larry hall
— 1 comment
mozey wrote 1 week ago: This clip was created using clipmann.com This really wont make any sense unless you know about geek … more »
How to write a progress spinner in PERL
mrtoothdecay wrote 1 week ago: This is how to create a progress spinner in PERL. Concepts covered include: autoflush var, modulo op … more »
What the ... ?!
Khürt wrote 1 week ago: When will people learn not to trust this company. Microsoft spent miilions convincing consumers and … more »
Pay no attention to that callback behind the curtain!
— 3 comments
TimBunce wrote 1 week ago: So you’ve got some perl code that connects to a particular database via a particular DBI drive … more »
Getting Twitter into Pidgin's Status Message
Aaron Sarazan wrote 1 week ago: So it’s no secret that you can use GTalk to update your Twitter status, but I got really tired … more »
Malcolm X (1972)
magnolia12883 wrote 1 week ago: Cast & Credits Featuring: James Earl Jones … Biographical Narration (voice) … more »
A good review.
Vikrant wrote 1 week ago: A good review of a book on Perl language. http://perl.plover.com/reviews/p54d.html … more »
Writing your own Perl module
cake wrote 1 week ago: Professional Programmer on a closed course circut. Do not attempt at home. No compilers were harmed … more »
Netbeans 6.1 is out && rant!
claudio wrote 1 week ago: I would have never guessed that one day I’d use Netbeans and like it. Netbeans is really a gre … more »
This is a perl blog, too. At least partly.
TimBunce wrote 1 week ago: Just in case it wasn’t clear, perl programming is one of my interests, so this is, at least pa … more »
