in reply to Re: (ichimunki) Re x3 : disable taint for just one sub
in thread disable taint for just one sub
so it might be the $file, which is making trouble, isn't it? -- there are no silly questions killerhippy$file = "/tmp/emaildata." . time . ".txt"; ..code to file the file with data.. $lineprinter = new Net::Printer( filename => $file, printer => "lpr", server => "172.16.0.166", port => 515, lineconvert => "YES" ); $result = $lineprinter->printfile();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: (ichimunki) Re x3 : disable taint for just one sub
by ariels (Curate) on Jul 25, 2001 at 19:27 UTC | |
by khippy (Scribe) on Sep 03, 2001 at 16:56 UTC |