Help for this page

Select Code to Download


  1. or download this
    $thumbName = ($thumbName =~ /^([-\@\w.\/]+)$/) ? $1 : undef;
    if($thumbName) {
        open( NEWIMG, "+>$thumbName" ) or croak "Can't open new imagefile:
    + ($thumbName)  $! \n";
    }