Help for this page

Select Code to Download


  1. or download this
    open(FILE,"<$input_file") or die "$input_file: $!\n";
    { local $/ = ""; @data = <FILE> }
    close(FILE);