403 Forbidden


Disable Functions:
Path : /usr/share/doc/perl-Image-Info-1.33/
File Upload :
Command :
Current File : //usr/share/doc/perl-Image-Info-1.33/imgdump

#!/usr/bin/perl -w

use lib "./lib";

use strict;
use Image::Info qw(image_info);
use Data::Dumper;

while (@ARGV) {
    print Data::Dumper::Dumper(image_info(shift)), "\n";
}



404 Not Found
[ LogOut ]