Perl

RSS

Perl Blogs

  • Easy fixes using perl

    Posted May 28, 2012 - 9:57 am

    Save yourself some time by taking advantage of Perl's easy ability to manipulate text. When it comes to Perl, if you can describe it, you can do it.
  • Will Wall Street require Python?

    Posted April 19, 2010 - 12:44 pm

    One surprising element of regulatory response to the last years' financial catastrophes is a move to expression of complex contracts in executable programming languages, rather than legal verbiage. Python takes a leading role in an early proposal.
  • Perl source code comparison makes for good reading

    Posted January 11, 2010 - 8:44 pm

    One important avenue to good writing is good reading: study of what others have written. Jose Rey provides an instructive example.
  • Unix How to: Thinking in Unix Time

    Posted January 6, 2010 - 1:27 pm

    The new year rolled in at 1262304000, Unix time that is. It's a little hard to imagine that Unix is now more than 1.2 billion seconds old. Seems only yesterday that I was trying my first pipes and grep commands while thinking "Wow, this is groovy". OK, maybe not quite "groovy", but close!
  • Is Your Web Site Under Attack?

    Posted October 26, 2009 - 7:24 pm

    If you have a web site, the answer is undoubtedly "yes". Someone somewhere or, more likely, quite a few someones are attempting to attack your site or the system on which it is running. Assuming hackers have found your site and are testing it for holes that they might crawl through, let's take a look at how you can uncover evidence of their exploits with a quick examination of your web logs.
  • Squeezing out the white space

    Posted October 29, 2008 - 11:22 am

    Ever need to clean up some sloppy text? You can squeeze out extra white space with some very simple Perl commands. Let's take a look at how this works.
  • Port Forwarding with Perl

    Posted September 10, 2008 - 6:00 am

    SSH tunnels aren't the only way to do port forwarding. If you're clever enough, you can write your own program. If you're not quite that clever, you can use someone else's program -- like a very cool Perl script I found on the web.
  • Connection testing with Perl

    Posted August 21, 2008 - 5:11 pm

    If you've never used the Perl Sockets module for basic connection testing, you might be surprised at how easily you can craft a very useful script. I find my version of a Perl "listen" script to be as useful as a cable tester!
Ask a Question