Home : General : Perl Programming :

General: Perl Programming: Re: [Heckler] find PC configuration with perl or php: Edit Log

Here is the list of edits for this post
Re: [Heckler] find PC configuration with perl or php
To skip past those /proc/ errors on line 164 change:

open P, "</proc/$_[0]" or error("Can't read /proc/$_[0]: $!", 1);

to...

open P, "</proc/$_[0]";

...it should work then but won't show as much information.

....I'll have to investigate the different proc on those other OS's to make it more reliable.

Last edited by:

RedRum: Feb 1, 2002, 12:04 PM

Edit Log: