The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Farabi

This is a modern web-based Perl IDE that runs inside your favorite browser.

To start Farabi, please type the following command:

farabi

And then Open http://127.0.0.1:4040/ in your favourite modern browser.

To run it on a different port, please use:

farabi --port 5050

Supported Browsers

Farabi needs a modern browser that supports HTML 5 and websockets.

My current test setup is Firefox 19 and Chrome 24.

The following browsers could be theoritically supported:

Installation

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

Support and Documentation

After installing, you can find documentation for this module with the perldoc command.

perldoc Farabi

You can also look for information at:

Project issue list:
https://github.com/azawawi/farabi/issues

CPAN Ratings
    http://cpanratings.perl.org/d/Farabi

Copyright and License

Copyright (C) 2012-2013 Ahmad M. Zawawi

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.