On Mon, Jul 07, 2003 at 04:08:35PM +0200, BUFFERNE,VINCENT (HP-France,ex1) wrote: > Within a perl script, I would like to get the architecture > type of the machine (ia32, ia64, pa-risc...). Is there an > equivalent routine to the shell call "uname -a" in Perl?
% perldoc Config You might be interested in "myuname", "osname", "osvers", "archname", etc. -- Steve -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]