954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to open web page using perl

Hi all.

Can i open the web page through perl?
I get URL as a result in my perl code.
but, ofcourse, it is displayed in command prompt as i'm using windows.
I need that web page to be displayed directly.
can i do it?

i hope somebody can help with this.

thank you
chandrag

chandrag
Newbie Poster
19 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

save the data to a file with an html extension and then up it up in a browser. Or access the url from the internet using a browers.

KevinADC
Posting Shark
921 posts since Mar 2006
Reputation Points: 246
Solved Threads: 67
 
save the data to a file with an html extension and then up it up in a browser. Or access the url from the internet using a browers.


hi,

in fact, i need that url to be displayed in different interface.
cuz, i'll get many url s as a result. so i want all the url s to be displayed in one interface as hyperlinks. i don't mind if the interface is internet browser.

chandrag

chandrag
Newbie Poster
19 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

hi,

in fact, i need that url to be displayed in different interface. cuz, i'll get many url s as a result. so i want all the url s to be displayed in one interface as hyperlinks. i don't mind if the interface is internet browser.

chandrag

OK, but you have not asked a question. It sounds like you need to use a CGI script (can be written in perl). How are you currently getting the urls?

KevinADC
Posting Shark
921 posts since Mar 2006
Reputation Points: 246
Solved Threads: 67
 
OK, but you have not asked a question. It sounds like you need to use a CGI script (can be written in perl). How are you currently getting the urls?


I've used perl script with SOAP::Lite to connect the server of one website. when we execute that code, it should display the url of particular page. i'm getting the same result (url) in command window. but i want that url to be displayed in a different interface automatically. cuz, it will give more urls as a result. hence i want those resulted urls to be shown in an interface and so the user can click on those urls to see the required web page.

chandrag
Newbie Poster
19 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

how can add user created web page link to the any web site using perl

creativesuri
Newbie Poster
1 post since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You