in reply to Re^2: return the output to the Parent script
in thread return the output to the Parent script
This has nothing to do with backticks. As you're not showing any code that reproduces the problem, I can't help you further. Maybe consider posting self-contained code that exhibits the problem.
That error message mostly happens if you have a program like the following:
#!/usr/bin/perl -w use strict; return 'Hello';
So you must be doing that somewhere in your code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: return the output to the Parent script
by Anonymous Monk on Sep 22, 2008 at 10:00 UTC | |
by Corion (Patriarch) on Sep 22, 2008 at 10:14 UTC |