how to open web page using perl

Please support our Perl advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jul 2007
Posts: 19
Reputation: chandrag is an unknown quantity at this point 
Solved Threads: 0
chandrag chandrag is offline Offline
Newbie Poster

how to open web page using perl

 
0
  #1
Jul 19th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 898
Reputation: KevinADC has a spectacular aura about KevinADC has a spectacular aura about 
Solved Threads: 67
KevinADC's Avatar
KevinADC KevinADC is offline Offline
Practically a Posting Shark

Re: how to open web page using perl

 
0
  #2
Jul 19th, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 19
Reputation: chandrag is an unknown quantity at this point 
Solved Threads: 0
chandrag chandrag is offline Offline
Newbie Poster

Re: how to open web page using perl

 
0
  #3
Jul 20th, 2007
Originally Posted by KevinADC View Post
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
Last edited by chandrag; Jul 20th, 2007 at 11:46 am.
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 898
Reputation: KevinADC has a spectacular aura about KevinADC has a spectacular aura about 
Solved Threads: 67
KevinADC's Avatar
KevinADC KevinADC is offline Offline
Practically a Posting Shark

Re: how to open web page using perl

 
0
  #4
Jul 20th, 2007
Originally Posted by chandrag View Post
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?
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 19
Reputation: chandrag is an unknown quantity at this point 
Solved Threads: 0
chandrag chandrag is offline Offline
Newbie Poster

Re: how to open web page using perl

 
0
  #5
Jul 20th, 2007
Originally Posted by KevinADC View Post
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.
Last edited by chandrag; Jul 20th, 2007 at 3:37 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC