Help for this page

Select Code to Download


  1. or download this
    my $data = '...';
    open(my $fh, '<', \$data) or die;
    sub_that_needs_file_handle($fh);