in reply to XS routine returns an extra depth of array refs
I don't see anything obviously wrong with your code, but I want to eliminate some assumptions first before I go digging. :)$ref = readdir_inode($dirname); print Dumper($ref); # or @a = readdir_inode($dirname); print Dumper($a[0]); # not Dumper(\@a)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: XS routine returns an extra depth of array refs
by mugwumpjism (Hermit) on Nov 05, 2001 at 22:13 UTC | |
by Fastolfe (Vicar) on Nov 06, 2001 at 02:17 UTC |