home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 28 / Creative-Review-CD-ROM-28.iso / pc / efioff / pointcas.cgi < prev    next >
Text File  |  1997-07-02  |  207b  |  12 lines

  1. #!/usr/local/bin/perl
  2.  
  3. if ($ENV{'HTTP_USER_AGENT'}=~"PointCast") {
  4.    print "Location: http://www.efi.com/index2.html";
  5.    print "\n\n";
  6. }
  7. else {
  8.    print "Location: http://www.efi.com";
  9.    print "\n\n";
  10. }
  11.  
  12.