The F2perl Home Page

SourceForge Logo

Welcome to F2perl!

F2perl is a tool for translating Fortran 77 into Perl. This project is under development but it is useful in its current state.


Example

Here is a short Fortran program brent.f which finds the root of a function.

The command f2perl brent.f produces brent.pl .

When compiled with the g77 compiler, brent.f produces this output:
 last x is   0.51097244 f(x)=  -1.84774399E-06
The command perl brent.pl produces this output:
last x is   0.510972429850267   f(x)=   -1.87140470986336e-06

Documentation


Download

  • Download The latest release