Re: question re: Function Templates

2003-09-09 Thread R. Joseph Newton
"R. Joseph Newton" wrote: > > Another samll problem, if this was used for generating web content, is the > choice of embedded quote operators. At least on my installation, the > apostrophes remain apostrophes.. Spoke too soon, I guess. The browser doesn't seem to mind single quotes at all, at l

Re: question re: Function Templates

2003-09-09 Thread R. Joseph Newton
Jenda Krynicky wrote: > From: sfryer <[EMAIL PROTECTED]> > > I'm reading perldoc perlref right now and under the Function Templates > > section, I've come across something that's got me stumped. The code in > > question is as follows... > > > >@colors = qw(red blue green yellow orange purple v

Re: question re: Function Templates

2003-09-09 Thread Jenda Krynicky
From: sfryer <[EMAIL PROTECTED]> > I'm reading perldoc perlref right now and under the Function Templates > section, I've come across something that's got me stumped. The code in > question is as follows... > >@colors = qw(red blue green yellow orange purple violet); >for my $name (@colors

Re: question re: Function Templates

2003-09-09 Thread Paul Johnson
sfryer said: > I'm reading perldoc perlref right now and under the Function Templates > section, I've come across something that's got me stumped. The code in > question is as follows... > >@colors = qw(red blue green yellow orange purple violet); >for my $name (@colors) { >no str