y for what I'm sure is a FAQ but I can't find the answer.
--
Peter Fleck
Webmaster | University of Minnesota Cancer Center
Dinnaken Office Bldg.
925 Delaware St. SE
Minneapolis, MN 55414
612-625-8668 | [EMAIL PROTECTED] | www.cancer.umn.edu
Campus Mail: MMC 806
--
To unsubscribe, e-mail: [
hat about?
Thanks.
opendir(DIR, $dirname) or die "can't opendir $dirname: $!";
my @filelist = readdir(DIR);
print "[EMAIL PROTECTED]: @filelist\n";
while (my $file = readdir(DIR)) {
print "$file\n";
}
closedir(DIR);
--
Peter Fleck
Webmaster | University
lists and they all seem to be
getting processed the way I want whether I use 'for' or 'foreach' in
the code.
--
Peter Fleck
Webmaster | University of Minnesota Cancer Center
Dinnaken Office Bldg.
925 Delaware St. SE
Minneapolis, MN 55414
612-625-8668 | [EMAIL PROTECTED
rence name (@storedata) does not work even
though the values are different.
I'm interested in a bit more explanation about why this didn't work.
I thought I was 'getting' it until this latest struggle.
Thanks.
--
Peter Fleck
Webmaster | University of Minnesota Cancer Center
Peter Fleck [mailto:[EMAIL PROTECTED]
:
: (
: $date=~/^((\d\d?)\/(\d\d?)\/(((\d{2,2}))|(\d{4,4})))($|(,(\s*)
: ((\d\d?)\/(\d\d?)\/(((\d{2,2}))|(\d{4,4}+$)/
: )
What about split:
my @dates = split m#/|,\s*#, 'mm/dd/yy, mm/dd/yy';
printf "Dates retrieved: %s\n", @da
L PROTECTED] on responses as I digest. Thanks.)
--
Peter Fleck
University of Minnesota Cancer Center
[EMAIL PROTECTED]
www.cancer.umn.edu
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]