<& /stats.html:about_box &>

Links

Netdisco.org - The home of Netdisco.
SNMP::Info - A Key component of Netdisco.

Documentation

%foreach my $file (sort @files){ % $file =~ s/$dir\///; % next if $file eq 'index.html'; % my $name = $file; % $name =~ s/\.html//; <%$name%>
%} Powered by Mason Valid CSS Valid HTML 4.01 <%init> my $dir = $m->current_comp->source_dir(); my @files = glob("$dir/*.html"); my $path = $netdisco::CONFIG{webpath}; %# $Id$ %# vim:syntax=mason