J
josef hader
Hello,
I would like to apply e.g. epstopdf to several files specified e.g by
*.eps
I have writen the following perl program, however it does not work
(resolve the joker)
#! /usr/bin/perl -w
foreach @argnum (0 .. $#ARGV) {
print "$ARGV[$argnum]\n";
epstopdf $ARGV[$argnum];
}
thanks!
I would like to apply e.g. epstopdf to several files specified e.g by
*.eps
I have writen the following perl program, however it does not work
(resolve the joker)
#! /usr/bin/perl -w
foreach @argnum (0 .. $#ARGV) {
print "$ARGV[$argnum]\n";
epstopdf $ARGV[$argnum];
}
thanks!