in reply to package JAPH

I get no output using 5.8.8 and "0" with 5.10.0

Replies are listed 'Best First'.
Re^2: package JAPH
by setebos (Beadle) on Jan 09, 2009 at 23:00 UTC
    Localhost:
    $perl -v This is perl, v5.10.0 built for x86_64-linux-thread-multi

    You are using win32 interpreter?
      Yes. At a glance, I didn't see anything system specific. I forgot some keys and values in %:: are paths. Speaking of, using %:: instead %main:: would result in even more obfuscated code.
        Thank you, ikegami, %:: instead of %main:: is much better.