Help for this page

Select Code to Download


  1. or download this
    WriteMakefile(
        ...
        CC => "$^X bin/fake-cc", # shell quoting matters here!
    );
    
  2. or download this
    #!perl
    for ( map extract_paths( $_ ), @ARGV ) {
        # stash this somewhere, I guess.
    }
    
    # etc.