Help for this page
my $string = 'foo bar qux woo etc etc';
my $filehandle = do_sth_to_convert($string);
while (<$file_handle>) { print; }