in reply to Re: Using Perl to detect RAM amount
in thread Using Perl to detect RAM amount

Well that's usefull information, thanks :-)

I just might have to do some real hunting. I have to ask myself how is such a thing done in other programming languages. I might end up poking around some source code for linux's "free" (if I can get it) or see if there's some way to get access to the BIOS from Perl. Haven't searched the CPAN for "BIOS" yet.

--
Tommy Butler, a.k.a. TOMMY
  • Comment on Re: Re: Using Perl to detect RAM amount

Replies are listed 'Best First'.
Re: Re: Re: Using Perl to detect RAM amount
by dominix (Deacon) on Jan 06, 2004 at 06:04 UTC
    Look for "Firmware" as well if you intend to test memory on Macintosh or Sun machines. (BIOS is for x86 PC only)
    --
    dominix