I am requesting for the text parsing section below. Any helps are highly appreciated.
I want Sample Name from above.
In the same file, I have to search for another pattern like this
I want SRX12345 from this pattern.
Now, my final output will be
---------- Post updated 09-28-12 at 08:42 AM ---------- Previous update was 09-27-12 at 03:03 PM ----------
Hi Friends,
I worked on this task and reached till this point.
Could someone please enhance it?
For the first searching, I used this
The output was
For the second pattern, I wrote this
and the output was
But, I would like to join both of them together and the expected final output is
I can't use join or other awk scripts because, I am running them in two separate instances and the order is changing. I have more than 500 search patterns to search this way and I want both of them together in two columns.
Last edited by jacobs.smith; 09-27-2012 at 04:04 PM..
Reason: missed url
Hi Team,
I have a requirement to login into URL using username and password , then I have to select a "particular name" from drop-down menu and then Read the values user records etc.... using perl.
Is it possible to do in perl script ? (OR) Can you please let me know which scripting... (1 Reply)
Hi All
Below is Code, It opens a link from which it ask a login name and password, the script enter the login name and password and navigate to next page..
In the next page there is a drop down box from which i have to select a value, I have written the code but it gives error
#!/usr/bin/perl... (3 Replies)
hi all, I'm new there, I'm just playing with perl and lwp and I just successfully created a script for log in to a web site with post. I have a response but I would like to have something like this:
I have in my response lines like:
<div class="sender">mimi020</div>
<some html code.....>... (3 Replies)
Hello all.. i am new to perl scripting.. i wanted to parse a text file, encode the parsed text and attach in url.. please point me to right resources if you know any..This is my major problem. Now i try to get a url running and save it in a text file using LWP module in perl, I used following... (0 Replies)
Hi,
Could some one tell me how to login to any web site and get that page using perl LWP. I heard that we can login to the site using LWP.
I dont want to use WWW:Mechanize as I dont have that module installed on the server.
Appreciate your early response.
Thanks... (8 Replies)
i have to point out that i'm a avid shell script lover and i have next to zero interest in perl which is why i dont know the first thing about it. however, just need to do this one thing on it..
i need to do something in perl but dont know how. I have a list of email addresses in the following... (5 Replies)
Hi,
I've a issue in writing a perl script that will automatically monitor the site availability.
There are two different cookies are set in two consecutive flows to a URL and this second cookie has to be passed to the third step which actually gives permission to access based upon the cookie. ... (1 Reply)