Un problème de -| ... - Perl - Programmation
Marsh Posté le 13-03-2008 à 14:43:09
http://perldoc.perl.org/functions/open.html
Citation : For three or more arguments if MODE is '|-' , the filename is interpreted as a command to which output is to be piped, and if MODE is '-|' , the filename is interpreted as a command which pipes output to us. In the 2-arguments (and 1-argument) form one should replace dash ('-' ) with the command. |
Marsh Posté le 13-03-2008 à 14:28:57
Bonjour à tous,
je précise pour commencer que je n'y connais rien en Perl. J'ai un problème avec le script pdfcrop (trouvable là : http://www.ctan.org/get/support/pdfcrop/pdfcrop.pl). A la ligne 278, il y a un :
my $pid = open(KID_TO_READ, "-|" );
qui entraîne :
'-' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
D'après les rares choses que j'ai pu lire, il y a une histoire d'incompatibilité entre ce truc et le shell windows. Quelqu'un a une idée ?
Merci d'avance