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


in reply to Re^2: Undefined subroutine errors
in thread Undefined subroutine errors

In this case no, but that doesnt stop someone else using Spiderman or DrOctopus with the full export.

As I said, it fixes his problem, YAWTDI, but not a great way.

...reality must take precedence over public relations, for nature cannot be fooled. - R P Feynmann

Replies are listed 'Best First'.
Re^4: Undefined subroutine errors
by ikegami (Patriarch) on Oct 26, 2005 at 03:15 UTC
    All you need to do is put BEGIN { ... } around our @EXPORT = ... (and remove the () from the use statements) and it works without fully qualified function names.