Re: FN-FORUM Perl Loop
date posted 18th January 2003 16:52
> was wondering if anyone could get the list below into a
> loop, this I could then apply to another 7 examples inside the script.
Something like this will do, untested.
#!/usr/local/bin/perl -w
use strict;
my $path = "/home/sites/www.dlharbour.ie/web/dlharbour_data/pressure_24/";
my x=0;
my @pressure;
while ($x