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 Chriss Miller 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: *

  1. angelblade27

    get item in drop down box

    which perl function were u talking about? i realise it was mechanize but i didn't see any that would select a a drop down box value
  2. angelblade27

    get item in drop down box

    Yes i want perl to send the data.
  3. angelblade27

    get item in drop down box

    The form has some drop down lists containing values (say green,blue,orange)and i want to submit the form with the option green being picked
  4. angelblade27

    get item in drop down box

    I'm new to perl. i want to submit a form according to a value of in a drop down box. how would i submit the form with a value from a drop down box?
  5. angelblade27

    getting non ascii characters in html

    I'm using a regex to get the data between two tags ( where the text should be). THen passing it through a html:parser method which converts the html encoding eg &amp; in to the actual meaning. if ($caption) { my ($caption_src) = $mech->content() =~ m|<span\...
  6. angelblade27

    getting non ascii characters in html

    yeah does the mechanize not support non ascii characters?
  7. angelblade27

    getting non ascii characters in html

    i'm using web mechanize to submit messages to a board and then looking at the submitted page to see if it contains the text the caption i'm looking for is <'Hérrœ & e Paßwört´s'>-thursday i'm gettin the -thursday but not the first part in the $mechanzie->content()
  8. angelblade27

    cutting out between two words

    well it kind of works but i want it to take out everything inbetween. like if it is "hello how are is it u" everything between how and u should be gone
  9. angelblade27

    cutting out between two words

    i want to cut stuff out between two words in a string. like suppose the string is "hello how are u" i want to pass how and u and have the string be returned as "hello how u". is there a function to do this?
  10. angelblade27

    create user using SID

    i have been trying to create and delete users but am unsucessful in doing it using SID. ihave done it adding them to Administrators

Part and Inventory Search

Back
Top