Duplicates elements in an array

2006-02-05 Thread anand kumar
Hi all I have an array with hundreads of elements in it. Can anyone suggest the easiest way to keep only the duplicate elements in the array. Thanks in Advance for the help Regards Anand - Jiyo cricke

Help with XML::Twig

2006-02-05 Thread Pete Hicks
Hi, I was wondering if someone could point me in the right direction. In my example below, I have a handler that will parse a contact's name into another xml node. However, the problem is that when I do this, the parent node loses an attribute that I am trying to set. Here is example output: [EM

Re: On Focus

2006-02-05 Thread Ron Smith
Yes, I'm trying to have the "blinking cursor" start in a specific text field, on a web page, when the page loads in the browser. Thanks, Ron Omega -1911 <[EMAIL PROTECTED]> wrote: On 2/5/06, Ron Smith wrote: > > Hi all, > > I've been looking for this all over, but can't seem to find

Re: On Focus

2006-02-05 Thread Omega -1911
On 2/5/06, Ron Smith <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've been looking for this all over, but can't seem to find a link. Is > there a Perl or PerlScript equivalent to the JavaScript or vbscript on-focus > function? If there is, could someone please, point me in the right > direction. >

On Focus

2006-02-05 Thread Ron Smith
Hi all, I've been looking for this all over, but can't seem to find a link. Is there a Perl or PerlScript equivalent to the JavaScript or vbscript on-focus function? If there is, could someone please, point me in the right direction. Thanks, Ron Ron Smith [EMAIL PROTECTED]

Re: Saving Content of HTTP::Response Directly To Disk

2006-02-05 Thread Bob Showalter
Stephen Le wrote: I'm writing a download manager in Perl and using the LWP library of Perl modules. Is there any way I can save the contents of a HTTP::Response object directly to disk? I don't want particularly large requests to be cached into memory. Yes. Look at the documentation for LWP::U