On Fri, 20 May 2005, Peter Rabbitson wrote:
> > foreach $item ( @list ) {
> > sub( $item );
> > }
> >
>
> Are you sure this is not a typo?
Sorry, I didn't mean that literally, I was just trying to stub in
an indicator for "do something useful with $item". In hindsight,
foreach $item ( @list ) {
do_something_with( $item );
}
would have been clearer :-)
--
Chris Devers
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>