Help for this page

Select Code to Download


  1. or download this
    $  perl -MO=Deparse -MExtUtils::Embed -e"ldopts" -e"ccopts"
    use ExtUtils::Embed;
    ldopts(ccopts());
    -e syntax OK
    
  2. or download this
    perl -MExtUtils::Embed -e"ldopts; " -e"ccopts"