Re: perl script errors while connecting to sql server

2009-04-16 Thread Jayesh Thakrar
>From what I understand, the Express Edition of MS SQL Server does not support >connections from remote machines/hosts out-of-the-box. Look up the Microsoft KB article and turn-on support for remote connections and then try. http://support.microsoft.com/kb/914277 -- Jayesh - Original

Re: calc page's downloading time

2009-04-15 Thread Jayesh Thakrar
Just a thought - A web page (say www.yahoo.com) may contain several links, some of which could be non-traditional html (e.g. media files, Flash files, etc). Do you want "fetch_a_page" to just read the URI of the hyperlink or even "consume" (parse, read, etc.) the URI? Also, since reading the

Re: Syntax query

2009-04-15 Thread Jayesh Thakrar
Just a thought, maybe you can simplify the "whole thing" using shell and Perl as follows - include=file /usr/atria/bin/cleartool desc $include | grep created | awk -F " " '{print $2}' | cut -b 1-9 | perl -w -e 'print ' -- Jayesh - Original Message From: Owen To: Rajini Naidu Cc