• 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 increment the letter in the variable by one alphabetical letter. For [...]

  • 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:

    69.47.145.197 - [...]

  • 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 of [...]

  • Sponsor
  • Recent Comments
    • conor on Fish Supposedly Washed Up By Asian Tsunami
    • cliff on Raising Mallard Ducklings
    • Jan on Raising Mallard Ducklings
    • jeremy on Raising Mallard Ducklings
    • odane on Fish Supposedly Washed Up By Asian Tsunami
    • Bill on Raising Mallard Ducklings Redux
    • B Woehl on Why Did my Arm Fall Asleep?

Copyright © 2005 spiralbound.net - Proudly powered by Wordpress