=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libfile-slurp-perl-9999.32/README.md-59-In other words, if you don't have a filename to pass, consider using the libfile-slurp-perl-9999.32/README.md:60:standard `do { local $/; <$fh> }`, or libfile-slurp-perl-9999.32/README.md-61-[Data::Section](https://metacpan.org/pod/Data%3A%3ASection)/[Data::Section::Simple](https://metacpan.org/pod/Data%3A%3ASection%3A%3ASimple) for working with `__DATA__`. ############################################## libfile-slurp-perl-9999.32/README.md-90- libfile-slurp-perl-9999.32/README.md:91:The `edit_file` function reads in a file into `$_`, executes a code block that libfile-slurp-perl-9999.32/README.md:92:should modify `$_`, and then writes `$_` back to the file. The `edit_file` libfile-slurp-perl-9999.32/README.md-93-function reads in the entire file and calls the code block one time. It is ############################################## libfile-slurp-perl-9999.32/README.md-120- libfile-slurp-perl-9999.32/README.md:121:The `edit_file_lines` function reads each line of a file into `$_`, and libfile-slurp-perl-9999.32/README.md:122:executes a code block that should modify `$_`. It will then write `$_` back libfile-slurp-perl-9999.32/README.md-123-to the file. It is equivalent to the `-pi` command line options of Perl but ############################################## libfile-slurp-perl-9999.32/README.md-274-scalar. In list context it will return a list of lines (using the libfile-slurp-perl-9999.32/README.md:275:current value of `$/` as the separator, including support for paragraph libfile-slurp-perl-9999.32/README.md-276-mode when it is set to `''`).