p4raw-id: //depot/perl@9440
# You can use $Config{...} to use Configure variables.
print OUT <<"!GROK!THIS!";
-$Config{startperl} -w
+$Config{startperl}
eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}'
if \$running_under_some_shell;
!GROK!THIS!
print OUT <<'!NO!SUBS!';
+use warnings;
+
=head1 NAME
h2xs - convert .h C header files to Perl extensions