in reply to Re: package JAPH
in thread package JAPH

Localhost:
$perl -v This is perl, v5.10.0 built for x86_64-linux-thread-multi

You are using win32 interpreter?

Replies are listed 'Best First'.
Re^3: package JAPH
by ikegami (Patriarch) on Jan 09, 2009 at 23:48 UTC
    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.