You are viewing the version of this documentation from Perl 5.38.1. View the latest version

CONTENTS

NAME

ExtUtils::Miniperl - write the C code for miniperlmain.c and perlmain.c

SYNOPSIS

use ExtUtils::Miniperl;
writemain(@directories);
# or
writemain($fh, @directories);
# or
writemain(\$filename, @directories);