#!/usr/local/bin/perl $path='/usr/home/webheads/www/cgi'; open(infile,"$path/categories.txt"); while() { chop; ($name,$value)=split(/\|/,$_,2); $categories{$name}=$value; } close(infile); open(infile,"$path/data.txt"); while() { chop; push(@data,$_); } close(infile); @data=sort(@data); print<<"print_tag"; Content-Type: text/html WWW Mushing Sites

WWW Mushing Sites & Links

 

Below are a list of cyber mushers and sleddog sites on the Internet. Also included are other dog related sites that maybe of interest !
Please note that I have no control of links from this site.

You can also add or nominate your site using the submission form at the bottom of this page
Please report any missing links or changes of url's
return to main index

 

Race Information & Results
print_tag foreach $heading (sort keys %categories) { print<<"print_tag"; $categories{$heading}
print_tag } print "

\n"; foreach $heading (sort keys %categories) { print<<"print_tag";


$categories{$heading}   print_tag foreach $entry (@data) { if ($entry =~ /^$heading/) { ($category,$title,$name,$email,$url,$description)=split(/\|/,$entry,6); print<<"print_tag";

$title $description print_tag } } } print<<"print_tag";


Mailing Lists  

Sibernet-l: A list dedicated specifically to the siberian husky.
To subscribe: Send a message to:
listserv\@mail.eworld.com with the message body made up of one line:
subscribe sibernet-l your name goes here

Sleddog-l: All things sleddog ! Lots of well seasoned mushers on this list ready with advice for the beginner to the pro !!
To subscribe: Send a message to:
listserv\@mail.eworld.com with the message body made up of one line:
subscribe sleddog-l your name goes here

Vetmed-l: This list is a forum for the discussion of issues related to veterinary medicine. You do not have to be a veterinarian to participate in fact, most subscribers to this list are not veterinarians.
To subscribe: Send a message to:
Listserv\@listserv.net with the message body made up of one line:
Subscribe VETMED-L Your name

 


1) Please submit your Sled Dog Related URL

Your Name

EMail

URL address ie http://www.sleddog.com

 

Title of Website

 
Description of your site in
no more than 25 words 

 

 

2) Please select the category that you wish to appear in


 

This page was created by WebHeads Internet Designs © 1997

 

Return to main index

print_tag