Help for this page

Select Code to Download


  1. or download this
    foreach (sort @list)
    {
         my ($one, $nochop) = split(/\|/, $_);
    ...
    
         print "<option value='$one'>$one</option>";
    }
    
  2. or download this
    unless (open(FILE, "$catdir/categories.dat"))
    {
         error_message("Can't find data file - $catdir/categories.dat");
    }