Help for this page

Select Code to Download


  1. or download this
    using read function
    0.684900999069214
    ...
    1.5618691444397
    1.56290698051453
    1.58691692352295
    
  2. or download this
    open(FILE,"<$file") || die $!;
    my $data = do { local $/; <FILE> };
    close(FILE);
    
  3. or download this
    my $data = read_file($file);