Help for this page

Select Code to Download


  1. or download this
    while ( <$inFH> )
    {
        m#cpuinfo\nvendor_id\s+:\s(.*?)\n#
           and print "CPU:\t$1" and last;
    }