On Thu, Apr 07, 2005 at 08:20:46PM +0200, Almut Behrens wrote:
>
> for (glob "/fix1/*/*/*/fix3") {
> my $u = (split /\//)[1];
^
actually, this has to be [2], if you glob an absolute path
(I just tried it with a relative one...)
Almut