#! /usr/bin/perl5 foreach $f () { next unless $f =~ m#([^/]+)/\1.lbl$#; next unless open(IN, "<$f"); @in = ; chomp($in[0]); push(@products, "
  • $in[0]\n"); } if ($#products > 0) { $products = "

    \nProducts in this category include:\n

    \n\n"; } print <Webservers

    The webservers category contains tools to configure world wide web server software on this system. Use these tools to install and maintain web servers and applications for this system. The tools included in this category depend on the applications installed on this system.

    $products EndOfFile