Shawn Wilson wrote:
>
> This is pretty much my first perl program, so please escuse me if there
> are loads of errors, but i only get two reported to me which i can't
> figure out, any help would be appreciated.
>
> #!/usr/bin/perl
You should enable warnings and strict while developing your prog
This is pretty much my first perl program, so please escuse me if there
are loads of errors, but i only get two reported to me which i can't
figure out, any help would be appreciated.
#!/usr/bin/perl
use File::Find;
use File::Removeqw(remove);
use Image::Info;
use File::Scan;
sub wanted