Update by Corion for QAndAEditors
Anonymous Monk had to add the following to his question :
I don't know if my way to use Image::Size is wrong. What's wrong? Here is my code:
#!/usr/bin/perl use CGI qw(:standard); use Image::Size; my @temp=(); my $tmp=""; @temp = imgsize("boy1.jpg"); print header(); foreach $tmp(@temp) print "$tmp";
Originally posted as a Categorized Question.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |