Simon Cozens <[EMAIL PROTECTED]> writes:

> On Fri, Feb 09, 2001 at 04:14:34PM -0800, Mark Koopman wrote:
> > >   sub test {
> > >       my($foo, $bar, %baz);
> > >       ...
> > >       return \%baz;
> > >   }
> > are we considering to deprecate this type of bad style
> 
> What bad style?

Well, if I'm going to return a reference then I'd be inclined to do
C<my $baz = {}>, but apart from that I can see nothing wrong with it.

-- 
Piers

Reply via email to