http://qs1969.pair.com?node_id=474178


in reply to Hash of Hash of Hash of ...

Hi,

I've to write a PERL Script that should invoke a GUI and then See the "Peak Memory Usage" / "CPU Time" consumed by the exe and print the same.

I'm trying to use the module GTOP, but when i run the script

####################### use GTop (); my \$gtop = GTop->new; #######################

the following errors are displayed

Can't locate GTop.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/ +lib .) at C:\Program Files\Interra Systems\Interra H264 Analyzer\test +1.pl line 1. BEGIN failed--compilation aborted at C:\Program Files\Interra Systems\ +Interra H264 Analyzer\test1.pl line 1.

I also tried to use the command

PPM> Install GTOP

but it says "Searching for 'GTOP.pm' returned no results. Try a broader search first."

Please help and treat this as urgent.

Edit g0n - added code & p tags