NAME
ExtUtils::F77 - Simple interface to F77 libs
DESCRIPTION
Simple interface to F77 libs based on 'rule-of-thumb' knowledge of various flavours of UNIX systems.
Includes a simple self-documenting Perl database of knowledge/code for figuring out how to link for various combinations of OS and compiler. Please help save the world by sending database entries for your system to kgb@aaoepp.aao.gov.au
SYNOPSIS
use ExtUtils::F77; # Automatic guess
use ExtUtils::F77 qw(sunos); # Specify system
use ExtUtils::F77 qw(linux g77); # Specify system and compiler
METHODS
runtime() - Returns list of *checked* F77 runtime libraries trail_() - Returns true if F77 names have trailing underscores
[probably more to come.]