F Utility Modules

F.2 LaTeXML::Util::WWW

Auxiliaries for web-scalability of LaTeXML’s IO

Synopsis

    my $response = auth_get($url,$authlist);

Description

Utilities for enabling general interaction with the World Wide Web in LaTeXML’s Input/Output.

Still in development, more functionality is expected at a later stage.

Methods

my $response = auth_get($url,$authlist);

Given an authentication list, attempts a get request on a given URL ($url) and returns the $response.

If no authentication is possible automatically, the routine prompts the user for credentials.