#!/usr/local/bin/perl -w ############################## ## Quick View Fast Surfer ## ## Oct 1 2000 ## ## limdog@webtv.net ## ## ## ## Please Leave Credit ## ## Intact ## ############################## use CGI; use LWP::Simple; $q = new CGI; $url =$q->param("url"); $url =~ tr/(\||\`|\\)//d; ## Heh! $source = get("$url"); ############################## ## Rip out sounds and images # ############################## $source =~ s/src//gim; $source =~ s/autostart//gim; $showsource = "$source"; $top = 'quick_welcome.htm'; unless(-e $top){ ## Write A Top Frame ## Html Page $top_html = "