Commit Graph

7 Commits (e9743137353789646f8adcae1d57127cb1861881)

Author SHA1 Message Date
Hauke D e974313735 Added runtests.html
For now this just runs WebPerl.t without requiring the "mini IDE".
7 years ago
Hauke D e5b9aff9b9 Create a generic function for calling Perl subs
Previously, each call to a Perl sub would "eval" a bunch of JS code,
this allows simplification of that "eval" by providing Perl.dispatch,
on which a JS "bind" can be done.
7 years ago
Hauke D 7b31a8ff56 Moved some documentation to the website 7 years ago
Hauke D 52b787d8b7 Autoload WebPerl for <script> tags 7 years ago
Hauke D fdfcf63f91 Fix URL resolution for file:// URLs (closes #1)
Although this should fix the "null" appearing in the generated
"baseurl", opening the pages via file:// will most likely still not work
due to the Same-Origin Policy.
7 years ago
Hauke D 58c06898b6 Added AJAX demo 7 years ago
Hauke D 8733c25cd3 Initial public release of WebPerl 7 years ago