in reply to Re: shell to perl
in thread Convert makefile to Perl

While I wouldn't want to rewrite a makefile in perl

How about rewriting make in Perl? :)

Replies are listed 'Best First'.
•Re: Re: Re: shell to perl
by merlyn (Sage) on Aug 14, 2002 at 18:04 UTC
    I beg to differ. cons is not Make. It's a make-like thing with a different basic philosophy. If you want Make in Perl, you would simply use pmake, which is a pure-Perl version that can understand normal Makefiles, including everything that ExtUtils::MakeMaker puts out.

    -- Randal L. Schwartz, Perl hacker