[sf-perl] Net::Domain and system()

David Alban extasia at extasia.org
Wed Feb 7 13:27:33 PST 2007


Or (it's ugly but...) I can tell them that after they finish testing
their program, to add:

  no warnings 'ambigous';

Yeah, scary.  I'd stil like to find a better solution.

On 2/7/07, David Alban <extasia at extasia.org> wrote:
> Actually, is there any kind of groovy symbol table or other trick I
> can use in programs that use my module that will have the effect of
> telling the compiler that any call like:
>
>   system ... ;
>
> is CORE::system(), and thus avoid having to type CORE::system in the
> code every place "system" would normally be used?

-- 
Live in a world of your own, but always welcome visitors.


More information about the SanFrancisco-pm mailing list