On Thu, Aug 03, 2000 at 09:39:30AM -1000, Tim Jenness wrote:
> Reading through the docs for perl prototypes I see that there is a
> reference to "named parameters" being a possibility in future versions of
> perl.
> 
> Does anyone have a more concrete example of what was intended there? 

sub marine ($sailor, $captain) {
    $captain->say("One ping only");
}

-- 
Pray to God, but keep rowing to shore.
 -- Russian Proverb

Reply via email to