Re: url checker load average opensource s/w

2011-07-21 Thread hsin
On Jul 21, 3:04 pm, agnello.dso...@gmail.com (Agnello George) wrote: > hi > > i have a few web portals  as my job profile to take care of  and i > have a request from my testing team for a s/w where i can 1) check > all links within the website  and the time taken for each link to load > , 2) and i

Command 'dir' not found in C:\MinGW\bin, C:\Python27,..... when use IPC::Run

2011-07-21 Thread hsin
I came across this error when I run follow code on windows. and if changed the command `dir` to `ipconfig`, it's ok. I guess it because dir is a cmd internal command but ipconfig isn't. Can anybody explain it for me. Thanks code: use strict; use IPC::Run qw(run timeout); my @cmd = qw(dir); my