#!/usr/bin/perl use strict; use warnings; use CGI qw/:standard/; print header; use CGI::Carp qw(fatalsToBrowser); print `LD_LIBRARY_PATH="/local/gnu/lib/:/local/lib/:\$LD_LIBRARY_PATH"`; print `EXPORT LD_LIBRARY_PATH`; use lib ('/home/reliant/shaw/perlmodules'); use lib ('/home/reliant/shaw/perlmodules/sun4-solaris'); print "
";
use Data::Dumper;
print Dumper \%ENV;
$ENV{'LD_LIBRARY_PATH'} .= ':/local/gnu/lib:/home/reliant/shaw/.local/lib:/usr/lib:/usr/platform/SUNW,Ultra-80/lib';

print `env`;
require XML::Simple;
require XML::Parser;