Re: Strange opendir()/readdir() behavior...

2006-02-28 Thread $Bill Luebkert
-alpha- wrote: > Hi all. > > got some code: > #! -*- perl -*- > > opendir(DH,'C:\install\_import\Temporary Internet Files') && (@d = > readdir(DH)) && closedir(DH) && print join("\n",@d); Try dropping all the &&'s - what are you some kinda shell programmer ? ;) use strict; use warnings; my

RE: Strange opendir()/readdir() behavior...

2006-02-28 Thread Allegakoen, Justin Devanandan
8< > got some code: > > #! -*- perl -*- > opendir(DH,'C:\install\_import\Temporary Internet Files') && (@d = readdir(DH)) > && closedir(DH) && print join("\n",@d); > > get this output: > > C:\>pl.pl

Re: Strange opendir()/readdir() behavior...

2006-02-28 Thread Williamawalters
In a message dated 2/28/2006 8:13:31 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > In a message dated 2/28/2006 6:33:46 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:>  > > got some code:> > > > #! -*- perl -*-> > opendir(DH,'C:\install\_import\Temporary Internet Files')

RE: Strange opendir()/readdir() behavior...

2006-02-28 Thread Jan Dubois
On Tue, 28 Feb 2006, John W. Kennedy wrote: > -alpha- wrote: > > Hi all. > > > > got some code: > > #! -*- perl -*- > > > > opendir(DH,'C:\install\_import\Temporary Internet Files') && (@d = > > readdir(DH)) && closedir(DH) && print join("\n",@d); > > > > get this output: > > > > C:\>pl.pl > > . >

Re: Strange opendir()/readdir() behavior...

2006-02-28 Thread John W. Kennedy
-alpha- wrote: Hi all. got some code: #! -*- perl -*- opendir(DH,'C:\install\_import\Temporary Internet Files') && (@d = readdir(DH)) && closedir(DH) && print join("\n",@d); get this output: C:\>pl.pl . .. Content.IE5 desktop.ini C:\> I'm pointless why... there is more than 35 000 files.

Re: Strange opendir()/readdir() behavior...

2006-02-28 Thread Williamawalters
In a message dated 2/28/2006 6:33:46 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > got some code:> > #! -*- perl -*-> opendir(DH,'C:\install\_import\Temporary Internet Files') && (@d = readdir(DH))> && closedir(DH) && print join("\n",@d);> > get this output:> > C:\>pl.pl> .

Strange opendir()/readdir() behavior...

2006-02-28 Thread -alpha-
Hi all.   got some code: #! -*- perl -*- opendir(DH,'C:\install\_import\Temporary Internet Files') && (@d = readdir(DH)) && closedir(DH) && print join("\n",@d); get this output: C:\>pl.pl...Content.IE5desktop.iniC:\> I'm pointless why... there is more than 35 000 files. Could anyone please give me

Re: How do Perl hashes work?

2006-02-28 Thread John W. Kennedy
[EMAIL PROTECTED] wrote: Wizards, Those who've answered my previous questions about hashes have been most helpful. I especially appreciated John W. Kennedy's excellent card catalogue cabinet analogy. I have one last (I hope) question on the topic:I understand from previous answers that not

RE: How do Perl hashes work?

2006-02-28 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 28 February 2006 15:47 To: activeperl@listserv.ActiveState.com Subject: How do Perl hashes work? > Wizards, > > Those who've answered my previous questions about hashes have been most helpful. I especially app

RE: How do Perl hashes work?

2006-02-28 Thread Bowie Bailey
[EMAIL PROTECTED] wrote: > > Those who've answered my previous questions about hashes have been > most helpful. I especially appreciated John W. Kennedy's excellent > card catalogue cabinet analogy. > > I have one last (I hope) question on the topic:I understand from > previous answers that not

How do Perl hashes work?

2006-02-28 Thread Deane . Rothenmaier
Wizards, Those who've answered my previous questions about hashes have been most helpful. I especially appreciated John W. Kennedy's excellent card catalogue cabinet analogy. I have one last (I hope) question on the topic:I understand from previous answers that not all data sets will hash "poli