Help for this page

Select Code to Download


  1. or download this
    sub display_values_from_file {
      my $filename = shift;
    ...
    display_values_from_file "/foo/bar.baz";
    print $rest_of_html_page;
    # end