[Perl-unix-users] GD Library Install

2001-03-23 Thread Brad W. Galiette
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

[Perl-unix-users] What is PERL equivalent to Unix (rsh) command?

2001-03-23 Thread Loo, Peter # PHX
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