A
alexxx.magni
Hi Perlers,
I have a strange behavior happening sometimes to my filesystem
crawler:
inside tha wanted subroutine, I check the mod.times of the files:
@a=glob "$File::Find::name/*";
@a=sort {-M $a <=> -M $b} @a;
sometimes(rarely) what I get is:
Use of uninitialized value in numeric comparison (<=>) at /usr/src/
chktimes line 33.
unfortunately I don't know why it's happening (file times seem ok to
me),
neither how to track the error, since the warning is printed on the
console, not synched with the print()'s I wrote here and there.
any hint?
thanks!
Alessandro Magni
I have a strange behavior happening sometimes to my filesystem
crawler:
inside tha wanted subroutine, I check the mod.times of the files:
@a=glob "$File::Find::name/*";
@a=sort {-M $a <=> -M $b} @a;
sometimes(rarely) what I get is:
Use of uninitialized value in numeric comparison (<=>) at /usr/src/
chktimes line 33.
unfortunately I don't know why it's happening (file times seem ok to
me),
neither how to track the error, since the warning is printed on the
console, not synched with the print()'s I wrote here and there.
any hint?
thanks!
Alessandro Magni