-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
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
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')
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
> > .
>
-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.
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> .
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
[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
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
[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
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
11 matches
Mail list logo