go ahead... be a heretic | |
PerlMonks |
Re:(3) Extracting System Infoby Cirollo (Friar) |
on Jul 23, 2001 at 17:30 UTC ( [id://99005]=note: print w/replies, xml ) | Need Help?? |
The stuff that he put after the __END__ line gets read into the filehandle called DATA. So, what you want to do is open up /proc/pci yourself (since you won't have the data embedded in your script.)
Try putting this line before the while loop:
In Section
Seekers of Perl Wisdom
|
|