Anyone know why the attatched script produces this error for every time
it prints a line?

Odd number of elements in hash assignment at /home/z3rk/listdir.pl line 7.

On 06/11, Ryan Sadler rearranged the electrons to read:
> I guess the most convenient would be to return nothing at all.  I've
> attached a script that will lstat and push filenames back to perl using
> Inline_Stack.  Leaving as much info in C space as possible will speed up
> your loop.  Passing all those arrays back to perl is probably a lot of
> overhead for large directories.  Be sure to post your results of your
> experiment.  I think others will be intersted in this idea of taking tight
> loops in perl and Inlining them.  Inline is the perfect tool for this
> cause you can just replace the perl loop with C code within the same file.
> 
> Ryan Sadler

--
Hob Goblin
[EMAIL PROTECTED]

I was in the grocery store.  I saw a sign that said "pet
supplies".  So I did.  Then I went outside and saw a sign that
said "compact cars".
                                                -- Stephen Wright

listdir.pl

Reply via email to