#!/usr/bin/perl ############################################ # Remote unZip Utility © 2002 by Robert Wedge # rwedge@webtv.net. Use this to retrieve and # open .zip files into your directory. # Uses CGI.pm and LWP::Simple modules. # Chmod script to 755 ############################################ use CGI; $q = new CGI; $url = $q->param('url'); $effects = 'nohighlight autoactivate onBlur=spud()'; $effect = 'nohighlight autoactivate'; if ($url eq '' ) { print $q->header; print $q->start_html (-title=>'File Unzip', -bgcolor=>'white', -text=>'navy', -vspace=>'60', -hspace=>'30', -onLoad=>'PutRef()'); print " "; print "
© 2002 expanding head"; print "
Zip file = $fname"; print "
$Results
End of Action";
print "
© 2002 expanding head"; print "