RE: [Perl-unix-users] List

2004-04-19 Thread Anthony Ettinger
o:[EMAIL PROTECTED] > Behalf Of > Gomez, Juan > Sent: Monday, April 19, 2004 12:10 PM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] List > > > hello > > > Juan Armando Gomez Guajardo > SMT > Tyco Electronics / Power Systems > Planta 3 >

RE: [Perl-unix-users] List

2004-04-19 Thread Matt Schneider
print "Hello there.\n"; Matt Schneider Programmer/System Administrator SKLD Information Services 303.820.0863 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gomez, Juan Sent: Monday, April 19, 2004 12:10 PM To: [EMAIL PROTECTED] Subject: [Perl-

[Perl-unix-users] List

2004-04-19 Thread Gomez, Juan
hello Juan Armando Gomez Guajardo SMT Tyco Electronics / Power Systems Planta 3 956 547 6438 office 956 768 4070 beeper mailto:[EMAIL PROTECTED] Work email mailto:[EMAIL PROTECTED] Home email Gomez, Juan.vcf Description: Binary data

RE: [Perl-unix-users] List of directories in a directory

2002-09-30 Thread Arnold, Craig
ursday, September 26, 2002 8:33 AM To: [EMAIL PROTECTED] Subject: [Perl-unix-users] List of directories in a directory How do I get a list of directories within a directory into an array ? Can I remove directories containing files in perl ? Thanks

Re: [Perl-unix-users] List of directories in a directory

2002-09-26 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > How do I get a list of directories within a directory into an array ? Untested: opendir DIR, $dir or die "opendir $dir: $!"; my @dirs = grep { -d && ! /^\.{1,2}$/ } readdir DIR; closedir DIR; > Can I remove directories containing files in perl ? use File::Path; rmtre

[Perl-unix-users] List of directories in a directory

2002-09-26 Thread kwabena . asare
How do I get a list of directories within a directory into an array ? Can I remove directories containing files in perl ? Thanks Kobby _ This transmission has been issued by a member of the HSBC Group "HSBC" for the information of the ad