Search Results

1
vote

How can I get dynamically web content using Perl?

If you are writing tests that need to check the rendered page, you can have a look at Schwern's javascript-tap- …
0
votes

“simple math syntax” to MathML converter

Perl has Text::ASCIIMathML, which works quite well. Adapted from the Synopsys section: #!/usr/bin/ …