• Home
  • About
  • Map
  • Archives
  • Videos
  • Gallery
Grab the RSS feed

spiralbound.net

spiralbound.net
  • Home
  • Adventures
  • Data and Technology
  • Et cetera
  • Highlights

Posts Tagged with "perl"

  • Et cetera

    Posted on July 21st, 2006

    Written by cliff

    Tags

    perl, perl howto, Perl Lessons, programming, variables

    Perl Lesson #1

    Fun with variables: Create a new variable with text in it and print it out. PLAIN TEXT PERL: #!/usr/bin/per $textvar = "Some Text"; print $textvar; Create a new variable with a number in it and print it out. PLAIN TEXT PERL: #!/usr/bin/perl $numbervar = 1; print $numbervar; Create and increment a text variable. This will [...]

  • Data and Technology

    Posted on July 10th, 2006

    Written by cliff

    Tags

    perl, perl howto, Perl Lessons, programming, variables

    Perl Lesson #2

    In this little script, we take the Apache access_log file, and read it into an array. Each element of the array is split on the space (" "), and we print out the first element, which is the IP address of the machine connecting to our website. Here is the format for the log file: [...]

  • Data and Technology

    Posted on November 21st, 2005

    Written by cliff

    Tags

    blog evaluation, blogging, Blogs, campus blogging, campus blogging solution, customization, database, drupal, drupla blog, image upload, movable type, mt, multiuser, multiuser blogs, mysql, oracle, perl, php, pingbacks, skinnable, software evaluation, style catcher, table structure, tackbacks, theme, themes, upload quota, url rewrite, wordpress, wordpress mu, wordpress.com, wp, wpmu, xmlrpc

    Picking a Multiuser Blogging System

    I'm a blogger. I'm also a systems administrator at a University. Thus, when the University decided to charter a project to offer each member of the institution a blog, I was selected to sit on the committee. We boiled all of the software choices down to Drupal, Movable Type, and WordPress MU. In my evaluation [...]

  • Sponsor
  • Recent Comments
    • fabioamd87 on IFCONFIG Does Not give You Link Status; ETHTOOL Does
    • Komil on Quick Start Guide for Asterisk
    • cheap tiffany s jewelry and mont blanc pens on German Kite Skates Across Australia
    • Kim on Giant Rabbits in North Korea
    • Emad on Little Japanese Trucks
    • Jonathan on Why Did my Arm Fall Asleep?
    • Jenn on 802 – Hip Hop Vermont Style

Copyright © 2010 spiralbound.net - Powered by Wordpress