any help would be most appreciated thanks#!/usr/bin/perl BEGIN { $|=1; print "Content-type: text/html\n\n"; use CGI::Carp('fatalsToBrowser'); } use CGI; use LWP::Simple; $q= new CGI; $my_data=$q->param('set'); $lower=1000; $upper=2000000; $random = int(rand( $upper-$lower+1 ) ) + $lower; $filename="file$random.jpg"; getstore($my_data,"../temp/$filename");
In reply to getstore problem by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |