use AnyData; my $arrayRef = adConvert( 'Text', # input is plain text 'http://host/path/foo.html', # input comes from a remote file 'ARRAY', # output is an Array reference '', # output not sent to file {eol=>"\n"} # define the eol for reading input );