Jump to content

armenica

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

armenica's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi! This is not quite a PHP problem, but a PERL one. Does anyone know how I could convert the following PHP code to PERL? (openning a file stream to an URL and reading its replied content?) $URL = "http://www.exampleurl.com"; $handle = fopen ($URL, "r"); $key = str_replace(' ', '%20', fread($handle, 1000000)); I would like to implement it in PERL... Thanks in advance, /V
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.