in reply to Re: Perl module symbol import versus direct invocation
in thread Perl module symbol import versus direct invocation
Calling a function using the -> syntax calls it as an object method.Nope. -> has a double purpose:
He should try, with a higher chance of success, to call
Date::Calc::Add_Delta_Days($year,$month,$day, -3);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Perl module symbol import versus direct invocation
by JayBonci (Curate) on Feb 26, 2003 at 09:57 UTC | |
by bart (Canon) on Feb 26, 2003 at 12:48 UTC | |
by adrianh (Chancellor) on Feb 26, 2003 at 14:00 UTC | |
by adrianh (Chancellor) on Feb 26, 2003 at 10:20 UTC |