diff --git a/web/webperl.js b/web/webperl.js index b01877a..08d77c8 100644 --- a/web/webperl.js +++ b/web/webperl.js @@ -21,32 +21,7 @@ * If not, see http://perldoc.perl.org/index-licence.html **/ -/** Public Interface: - * Perl.output - override this for output somewhere else - * Perl.stateChanged - callback for state changes - * Perl.trace - enables debug/trace messages - * Perl.endAfterMain - see exit(0) discussion below - * Perl.init - initializes the Perl interpreter. Pass this function a callback to be called when init is done - * Perl.start - starts up the Perl interpreter - * Perl.eval - evaluates the given Perl string - * Perl.end - Ends the Perl interpreter - * Perl.makeOutputTextarea - creates a