http://qs321.pair.com?node_id=282040


in reply to Re: while(<>) { ... } considered harmful
in thread while(<>) { ... } considered harmful

require returns the last evaluated expression in the file. Normally this is 1, but I've seen people do wacky things like have "return %hash" as the last expression and do "%hash = require Foo::Bar";