Results 1 to 1 of 1
Related
-
SQL Time Conversion Forum: Databases
Replies: 1 -
Mozi to IE conversion codes. Forum: Myspace Forum
Replies: 0 -
conversion articles on google analytics Forum: Website Promotion Forum
Replies: 2
-
05-15-2007, 03:01 AM #1
Help with PHP code conversion to PERL
Hi!
Can anyone help me with converting the following PHP code to PERL?
//Specify your URL
$URL = "http://www.exampleurl.com";
//Open a stream in READ mode
$handle = fopen ($URL, "r");
//Read the replied content and manipulate it
$key = str_replace(' ', '%20',fread($handle, 1000000));
I would like to know how to open a stream to an URL and read its content.
Thanks in advance,
/V.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum