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


in reply to Re^3: eval "require $class" seems wrong (--!$@)
in thread eval "require $class" seems wrong

The 1 is useless since require always returns true. (If it encounters no error, it returns what the module returns. If the module returns false, it encountered an error. If it encounters an error, it throws an exception.)