Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    WriteMakefile( 'NAME' => 'PerlMonks' );
    
  2. or download this
    use ExtUtils::MakeMaker;
      WriteMakefile( 
          'NAME'        => 'PerlMonks', 
          'EXE_FILES'   => ["getchat.old.pl", "getchat.pl", "getpage.pl", 
    +"pmpager.pl" ],
      );