in reply to Re: Perl module symbol import versus direct invocation
in thread Perl module symbol import versus direct invocation

Actually, it's calling a class method. There's no object involved here. The first argument will be the name of the class, Date::Calc in this case.

Abigail

Replies are listed 'Best First'.
Re: Re: Re: Perl module symbol import versus direct invocation
by pg (Canon) on Feb 26, 2003 at 17:24 UTC
    Exactly, this web page can help to make it more clear.