perl, web-programming
        Get an array of months in Perl
        
        
            Building an array of months for an HTML dropdown box.
        
        
      
    
      
        
          
          
              
          
        
        asterisk, perl, voip
        Trixbox Polycom Directory of all extensions for IP650
        
        
            Generating an XML directory for a Polycom 650 phone.
        
        
      
    
      
        
          
          
              
          
        
        database, web-programming, perl
        Setting up Memcached for HTML::Mason
        
        
            It’s pretty easy integrating a Memcached hook into your Perl code.
        
        
      
    
      
        
          
        
        perl
        MySQL average times
        
    
        By Michael Palmer
        |  Sep 28, 2007 
        |  
        perl
    
 
        
            Calculating average times in SQL
        
        
      
    
      
        
          
        
        perl
        Perl to ASP ICK!!
        
    
        By Michael Palmer
        |  Sep 27, 2007 
        |  
        perl
    
 
        
            What a shame… paying someone $75k to convert Perl web apps to asp.net.
Mid-level .NET Developer
I think I’m gonna be sick!
        
        
      
    
      
        
          
          
              
          
        
        perl, blogging
        Blogging Lazyness
        
        
            Attended YAPC in Houston, got a new camera too.
        
        
      
    
      
        
          
        
        perl, houston
        YAPC::NA - 2007
        
        
            Finally Houston get’s to host a YAPC.
        
        
      
    
      
        
        perl, programming
        Perl vs PHP5 Part II / Blogging
        
        
            Made myself look like an idiot in front of a Perl audience.
        
        
      
    
      
        
        perl, programming
        Perl vs PHP5
        
        
            Edit: Sorry brian d foy. See comments.
brian d foy writes in this article, O’Reilly Network: Perl versus PHP 5, that he’s seen a lot of complaints about how hard it is to install modules in Perl. Now either he doesn’t use Perl, or maybe he just doesn’t know.
perl -MCPAN -e ‘install Module::Name'
That’s it. PHP doesn’t have a vast module network. I don’t hate PHP, but sooo many security issues, im ALWAYS upgrading mod_php.
        
        
      
    
      
        
        perl, email
        Email Parsing Woes
        
    
        By Michael Palmer
        |  May 5, 2004 
        |  
        perl, email
    
 
        
            Parsing email is kinda tough, but can be made easier with some nice Perl modules.