in reply to Re^4: perl challenge 3
in thread Reaped: perl challenge 3

i get no output and no errors as well does that mean there is no file larger than 500kbyte

Replies are listed 'Best First'.
Re^6: perl challenge 3
by Anonymous Monk on Dec 16, 2015 at 01:23 UTC

    i get no output and no errors

    as well does that mean there is no file larger than 500kbyte

    Good question, you have taken step one in Basic debugging checklist , now just keep going , simplify the question, the code, repeat

    Write a program to find out, are there any files at all?

Re^6: perl challenge 3
by FreeBeerReekingMonk (Deacon) on Dec 16, 2015 at 01:21 UTC

    could be... but I think you still have bugs in your program. See my other comment on how to fix those.