Aah oui! Je ne connaissait que `STRING` Merci.
J-C --- Message de Pascal Bleser le 17 sep 08h08 --- > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > J-C Hendrickx wrote: > ... > >Une petite question encore: je ne trouve aucun progrm du nom de qx, > >C'est une fonction de Perl ou de display ? > > C'est une fonction Perl: > > qx/STRING/ > `STRING` > A string which is (possibly) interpolated and then executed as a > system command with "/bin/sh" or its equivalent. Shell wildcards, > pipes, and redirections will be honored. The collected standard > output of the command is returned; standard error is unaffected. > > (man perlop) > ``, qx// ou qx[], c'est pareil > > - -- > -o) Pascal Bleser http://guru.unixtech.be > /\\ <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> > _\_v The more things change, the more they stay insane. -- --------------------- Jean-Claude Hendrickx * Linux user * --------------------- _______________________________________________________ Linux Mailing List - http://www.unixtech.be Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux Archives: http://www.mail-archive.com/[EMAIL PROTECTED] IRC: efnet.unixtech.be:6667 - #unixtech

