in reply to Re: Re: Pulling HTML from a remote site and writing a portion of it to a file on server
in thread Pulling HTML from a remote site and writing a portion of it to a file on server

This is because of your open. Try:
open(FH, ">file.txt") || die "$!\n";

BTW, didn't you post your node twice?

  • Comment on Re: Re: Re: Pulling HTML from a remote site and writing a portion of it to a file on server
  • Download Code