in reply to Re^2: Taint error in Printer module
in thread Taint error in Printer module
I had to retype it because my code is not easily available to copy/paste into perlmonks.
Reduce your code to a MINIMAL example that still shows the problem. Usually, this will take something between 10 and 30 lines that can easily be posted here. Copy-and-paste the working example, don't introduce new errors by retyping.
How to reduce, method 1: Strip off all code that is not relevant to the problem. Remove all modules and functions not related to the problem. Replace irrelevant calulations with fixed values. Replace confidential data with harmless made-up data.
How to reduce, method 2: Start with a hello-world script or the synopsis from the documentation. Add the bare minimum required to exhibit the problem, copied from your main project. You will likely need to copy only a few lines.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Taint error in Printer module
by ksublondie (Friar) on Aug 08, 2017 at 13:26 UTC | |
by hippo (Archbishop) on Aug 08, 2017 at 13:46 UTC |