Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        print "input      => $imgdir/$filename\n";
        print "outputpath => $imgdir/thumb.$filename\n";
    }
    
  2. or download this
    
    root@vps8279:/usr/lib/cgi-bin# perl thumb.pl
    ...
    input      => /var/www/upload/testFileUploadAndThumb.jpg
    outputpath => /var/www/upload/thumb.testFileUploadAndThumb.jpg