Help for this page

Select Code to Download


  1. or download this
    my $code = join(
        "\n",
        qq[#line 1 "$filename"],
        File::Slurp::read_file($filename)
    );
    
  2. or download this
    my $code = qq[#line 1 "$filename"\n] . File::Slurp::read_file($filenam
    +e);