#!perl -w use strict; no strict "vars"; use Data::Locations; # ====================================================================== # $toplocation = Data::Locations->new(); # $sublocation = $location->new(); # $location->filename($filename); # $location->print(@items); # $location->print($sublocation); # @list = $location->read(); # ====================================================================== print "1..1\n"; $n = 1; $html = Data::Locations->new("example.html"); $html->println(""); $head = $html->new(); $body = $html->new(); $html->println(""); $head->println("
"); $tohead = $head->new(); $head->println(""); $body->println(""); $tobody = $body->new(); $body->println(""); $tohead->print(""); $contents->println(""Data::Locations""); $contents->println("
"); $contents->println("module for Perl."); $txt = join('', $html->read()); $ref = <<'VERBATIM';
"Data::Locations"
module for Perl.