Re: [Module::Build] any pod2html action?
Status: Beta
Brought to you by:
kwilliams
|
From: Uri G. <ur...@st...> - 2004-01-15 18:50:37
|
>>>>> "RK" == Randy Kobes <ra...@th...> writes:
>> my $outfile = "$dirs[-1].html";
RK> That would be clearer - thanks.
as a style point, i try to avoid plain . as much as possible. i like ""
strings and will try to use them if possible. you can get most scalar
values into a string without much trouble. the most annoying things is
when you have sub or method calls and you want to interpolate them. i
won't use the ugly @{[]} or ${\} tricks so it would have to be temp vars
or using ..
this doesn't mean i don't use .= . i use that all the time.
uri
--
Uri Guttman ------ ur...@st... -------- http://www.stemsystems.com
--Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
|