in reply to Re: Is "ref $date eq 'ARRAY'" wrong?
in thread Is "ref $date eq 'ARRAY'" wrong?

Actually, if you read the docs carefully, they say if you really want to use a local function (merely to save yourself some typing?), then you can alias it as you describe (since you can't import it using Exporter).

However, it's perfectly acceptable to call it as UNIVERSAL::isa. It's not necessary to do that aliasing stuff.

~J

  • Comment on Re: Re: Is "ref $date eq 'ARRAY'" wrong?