LWP: Forms Submissions

2003-08-15 Thread Sukrit K Mehra
Hi listers, This is the code of the form. From the website www.m-w.com; for which I am trying to make a client. Merriam-Webster Dictionary document.dict.va.focus(); This is my code. Unfortunately I haven't been able to figure out the exact request parameters. my

Re: Deleting last 12 lines of a large file

2003-01-26 Thread Sukrit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>>>> "Rob" == Rob Dixon <[EMAIL PROTECTED]> writes: Rob> Sukrit wrote: >> Hi Listers, How do i delete the last 12 (or so) lines of a >> large file (400+ lines) without loading the whole into

Deleting last 12 lines of a large file

2003-01-26 Thread Sukrit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Listers, How do i delete the last 12 (or so) lines of a large file (400+ lines) without loading the whole into memory. regards sukrit -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.8 <h

Re: Extracting Info from a websource

2003-01-10 Thread Sukrit
aid html page "extract" information from it. However i have a problem "retrieving" it, that is, saving a local copy. Extraction part of the problem is very well covered in "Learning Perl". For retrieving i would have to use LWP. Trying to pick up LWP from [1]. R

Extracting Info from a websource

2003-01-09 Thread Sukrit
particular url. 2.2 Save the resultant file on locally. (for 1.2 above) i have just read Learning Perl, so that is my skill level. Any pointers? Regards, sukrit -- __ / [EMAIL PROTECTED] ||http://www.symonds.net

Extracting information using html form

2002-12-13 Thread Sukrit
know how to, 2.1 Enter info in a form at a particular url. 2.2 Save the resultant file on locally. (for 1.2 above) i have just read Learning Perl, so that is my skill level. Any pointers? Regards, sukrit __ / [EMAIL PROTECTED

sorting directories

2002-11-12 Thread Sukrit K Mehra
Hi listers, While doing this --> @files = readdir(Favorites); i get an unsorted list in @files. What i desire is directories first and then files. Using sort function would sort by ascii value and sort by_name and such won't work too. Please suggest a solution. regards -- sukrit |