"John W. Krahn" wrote:
> .... If you want a lexically scoped sub you
> have to assign a sub reference to a lexically scoped scalar like:
>
> my $sub_name = sub { do something };
>
> JohnThanks, John, That cleared up a point for me. joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
