#!/usr/bin/perl # accesses. use strict; my $http = "http"; my $server = "hoshi.sage.org"; print "Location: $http://$server/pubs/whitepapers/solaris/\n\n"; exit 0;