#!/usr/bin/perl # Jump to the survey # and then redirect to a known place in the web tree # data is stored in a dbm file keyed by path and number of # accesses. use strict; my $http = "https"; my $server = "db.usenix.org"; print "Location: $https://$server/cgi-bin/surveys/lisa08att/survey.cgi\n\n"; exit 0;