in reply to i <3 caffeine. (perl bug)

It would help if you submit the bug through perlbug. (with a more descriptive title than this post :-) )

That's pretty nasty code by the way: you should be using something like

perl -e'print map { scalar reverse } reverse <>' #or perl -e'print scalar reverse for reverse <>' perlbug.txt
Ofcourse, those don't segfault.. :-)

Replies are listed 'Best First'.
Re^2: i <3 caffeine. (perl bug)
by EvanCarroll (Chaplain) on Jul 14, 2005 at 10:10 UTC
    thanks for perlbug suggestion, never heard of, or used it before. It has been submitted.