I am currently operating on a system that has the GD Perl
module installed (version 1.27). As I am creating a script which exports
files to JPEG formats, having the appropriate library extension within the GD
library is something that I am attempting to obtain :-) (it appears to be
Hi,
I am trying
to check existence of a file on a different Unix host within my PERL
program. I would do like the following in Unix script. How would I
do the same in PERL?
if [ `rsh hatchet-dom2 ls -l
$CORPDIR/*.${fileToCheck} | grep Mar | wc -l` -gt
0 ] then echo "Found the fil