On Tue, Feb 06, 2001 at 08:25:17AM +1100, Damian Conway wrote:
>  
>    return ( $stuff, $morestuff, $whatever )  always close F;
> 
> I *really* like that keyword.

what's the difference between this and -

close F;
return ($stuff, $morestuff, $whatever);

Just curious, missed the discussion so far.

Ed

Reply via email to