Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lmiu
  • Order by date
  1. lmiu

    Perl post trouble

    Thanks Paul, Sorry but I might have confused you. Im not trying to create a page, im trying to test my Perl LWP Post script on a PHP web page. The LWP POST seems to have worked fine acting as a browser and brought back the first and second content pane displayed on the PHP page, but times out...
  2. lmiu

    Perl post trouble

    Hi guys any help or direction would be great. Case : Theres one PHP page that has a select drop list, by selecting one item form list, it will trigger three POST action and brings back three different content pane on the same page (these three post are submitted in a sequence one after the...
  3. lmiu

    htmlparser

    Thx, tried that but that actually didnt worked. But I have coded into the program and change the system property settings with the same proxy info instead and that worked.
  4. lmiu

    htmlparser

    Hi all, Currently looking into Java's htmlparser, but the problem is the program is running behind a firewall, therefore will get exception such as connections time out. Does anyone know how to proxy and get around this situation on the coding level. Any directions, tips, sample or tutorial...
  5. lmiu

    Perl JSP Form

    Oops, sorry. I misread Cpan, it says Mech does not support Javascript not JSP.
  6. lmiu

    Perl JSP Form

    Thanks, but CPAN say MECH doesnt support JSP.
  7. lmiu

    Perl JSP Form

    Hi everyone, Can anyone point me in the right direction for parsing JSP and PHP form please, ie how listing various button, lists etc and also how to click them. Is it similar to clicking html form ? Any tutorial or sample will be very useful. Thanks in Advance. lmiu
  8. lmiu

    Convert Excel xls to csv

    Hi, Does anyone know how to convert a .xls to .csv ? And what modules to use ? Thanks in Advance LMIU
  9. lmiu

    Perl process

    Hi, please can anyone help me. I have a Perl script running, its used for processing some files in batch. Is there any script or ways that when I add in to the Perl script to check if theres a process currently running, if so die. So that hopefully the Perl script wouldn't try to process...
  10. lmiu

    Splitting text file

    True, i tried a few. Any recommendations for PDF to text converter?
  11. lmiu

    Splitting text file

    Ah, the answer is no. What i see is what i get. I wish to that it was delimited, it would have been a lot easier. I tried using substr kind of indexing different part of the line, but because part of the file is too out of line, I would scrape wrong fields. Nasty PDF. Thanks anyway
  12. lmiu

    Splitting text file

    Thanks rharsh and Kevin for your help. They both fine for this scenario. I have been trying to split another file almost identical to the one that I have posted above, but this time between column two (name) and three (date) it has another column which is like column two. Because of this...
  13. lmiu

    Splitting text file

    Yes, always start with a unique number id field for each record. And the number is always on new line as shown above.
  14. lmiu

    Splitting text file

    The files are not delimited in anyway, the files is very similar but on a larger scale to my sample above. The number of spaces between column are definately 1 or more spaces. The spaces between word in the same column are 1. Its a nightmare :C
  15. lmiu

    Splitting text file

    Ah no, sorry, due to the restriction of the Message box here i didn't draw a full sample. There could more than one, also the field could brake line and carry on beneath it like : number name date another_date precis 1234 red monkeys 01.01.2006 01.01.2006 dfsdfhdsfh smoking...
  16. lmiu

    Splitting text file

    Hi, Can anyone help me please. Thanks in advance. Problem : I have text file converted from PDF, the text file contains a table of data. The problem is the column is in a curve, also between each column or words it contains randomly one or more spaces even for a column containing two words ie...

Part and Inventory Search

Back
Top