Re: opendir

2008-02-10 Thread David Moreno
Heh. "kooks", I might code some Perl next time I hop on my surfboard :) D. On Feb 10, 2008 12:59 PM, Randal L. Schwartz <[EMAIL PROTECTED]> wrote: > > "MK" == MK <[EMAIL PROTECTED]> writes: > > MK> On 02/09/2008 12:31:33 PM, David Moreno wrote: > -> Heh, why? > > MK> shucks i figured it out

Re: opendir

2008-02-10 Thread John W. Krahn
MK wrote: i am trying to create a perl routine to traverse directories (like a file browser) that will be incorporated into a more specific framework, but for some incomprehensible (to me) reason, opendir will not produce correct information when called in a sub!!! Why (the exact same script w

Re: opendir

2008-02-10 Thread Randal L. Schwartz
> "MK" == MK <[EMAIL PROTECTED]> writes: MK> On 02/09/2008 12:31:33 PM, David Moreno wrote: -> Heh, why? MK> shucks i figured it out. y'all are kooks and i'll let you know when i MK> have a REAL question. Yes, people who want to answer properly phrased questions by beginners are "kooks".

Re: unwanted escaping of & with XML::DOM

2008-02-10 Thread Gunnar Hjalmarsson
Alois Heuboeck wrote: Gunnar Hjalmarsson wrote: What if you simply say: my $titleText = 'Die Brücke.'; you mean resolving the entities first? It's a possibility, but at the moment I'd like to see the form of the input as a given. (The script I posted to the list is a simplified test ve