Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       my %escapes = (
    ...
          }
       }
    }
    
  2. or download this
    my $js_script_qfn = to_js_str_literal($script_qfn);
    
    ...
    load('jslint.js');
    END
    __END__
    
  3. or download this
    print $JSWRITE map "$_\n",
       "var file = [",
    ...
       "];",
       "load('jslint.js');",
       "END";