blob: b72de50e5ee99a8ca2e610944dfc715389e0876b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Eval::LineNumbers adds a #line "this-file" 392 comment to hereis text that is
going to be eval'd so that error messages will point back to the right place.
Please note: when you embed \n in your code, it gets expanded in double-quote
hereis documents so it will mess up your line numbering. Use \\n instead when
you can.
WWW: https://metacpan.org/release/Eval-LineNumbers
|