>         package MY;
> 
>         sub htmlifypods {
>             my($self) = shift;
>             return "\nhtmlifypods :\n\t$self->{NOECHO}\$(NOOP)\n";
>         }
>     }

Michael,
This comes to my rescue. Thanks.
Instead of stubbing it out, how do I loop through all the *.pm *pod files?
Say, originally it is like:
        @$(POD2HTML) F1 F2 F3 ...
I want to convert it to
        @$(POD2HTML) F1 
        @$(POD2HTML) F2
        @$(POD2HTML) F3
        .
        .
        .

-Steve

------------------------------------------------------------------------------
Notice: This e-mail message, together with any attachments, contains information of 
Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, 
proprietary copyrighted and/or legally privileged, and is intended solely for the use 
of the individual or entity named on this message.  If you are not the intended 
recipient, and have received this message in error, please immediately return this by 
e-mail and then delete it.

==============================================================================

Reply via email to