Building a list using perl

December 23rd, 2008
Ultram Without Prescription Nexium No Prescription Zelnorm For Sale Antabuse Generic Buy Amoxil Online Prednisone Without Prescription Penisole No Prescription Propecia For Sale Amoxil Generic Buy Clarinex Online

In simpleist terms. Here is a perl script to build a list from a directory.

#!/usr/bin/perl

opendir(DOCS1, "/Users/bradrice/Documents/UAworkFolder/stadium/cams/slideshow/images/quot;);
my @files = grep !/^\.\.?/, readdir DOCS1;

foreach $file(@files) {
print $file . “\n”;
}

Windows samba share and empty spaces in the path

August 9th, 2008

Leopard setup commencing

July 12th, 2008

Adobe Flex and Soap Webservices

April 1st, 2008

ls and pipe into less

March 11th, 2008

My Adobe Air SDK installation instructions

March 4th, 2008

Using smb and rsync to backup

January 28th, 2008

NetNewsWire now free

January 9th, 2008

Inkscape

January 4th, 2008

Universal Password Manager

December 15th, 2007

/usr/bin/head and perl lwp

July 24th, 2007

Using Perl to build a table of images

July 16th, 2007

Skim cream of the crop

July 7th, 2007

Firefox burning

June 9th, 2007

Drupal up and running

June 6th, 2007

Incubator

May 11th, 2007

Something good coming

May 7th, 2007

listing all form input names

April 10th, 2007

regex for path names

February 24th, 2007

LAMP or MAMP? on mac

January 31st, 2007