in reply to Re^2: What modules required
in thread What modules required

Hm. This snippet
print < $Lang::tr{'back'} END

should be something like

print <<END; $Lang::tr{'back'} END

what do the folks at SmoothWall say to that?

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^4: What modules required
by Anonymous Monk on Oct 13, 2006 at 21:37 UTC
    Well, I see this script is incomplete.
    There is missing CONFIG_ROOT/general-functions.pl in @INC and lang.pl, header.pl.
    I just expected this code will show IP and other relevant info.