Run Perl in the browser with WebPerl!
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Hauke D 1c9a0c9dbf Fixed build.pl --forceemperl/--remakeout
These options previously required emperl.js to already exist.
7 years ago
.github/ISSUE_TEMPLATE Created issue template 7 years ago
build Fixed build.pl --forceemperl/--remakeout 7 years ago
experiments Added cpanfiles for dependencies (closes #6) 7 years ago
web Update 7 years ago
.gitattributes Replaced cache.pl with htmlrescache 7 years ago
.gitignore Replaced cache.pl with htmlrescache 7 years ago
Changes.md Added Perl.exitStatus and updated Perl.end() 7 years ago
LICENSE_artistic.txt Initial public release of WebPerl 7 years ago
LICENSE_gpl.txt Initial public release of WebPerl 7 years ago
README.md Updated Readme with info on getting docs 7 years ago
cpanfile Added cpanfiles for dependencies (closes #6) 7 years ago

README.md

WebPerl

Welcome to WebPerl! Please see the documentation on the main site:

http://webperl.zero-g.net: Using, Building, Notes

As well as the GitHub Wiki.

You can also check out all of the documentation into subdirectories of this project, for example:

$ git clone --branch gh-pages https://github.com/haukex/webperl.git pages
$ git clone https://github.com/haukex/webperl.wiki.git wiki

Author, Copyright, and License

WebPerl - http://webperl.zero-g.net

Copyright (c) 2018 Hauke Daempfling (haukex@zero-g.net) at the Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB), Berlin, Germany, http://www.igb-berlin.de

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself: either the GNU General Public License as published by the Free Software Foundation (either version 1, or, at your option, any later version), or the "Artistic License" which comes with Perl 5.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the licenses for details.

You should have received a copy of the licenses along with this program. If not, see http://perldoc.perl.org/index-licence.html.