iPerl has asked for the wisdom of the Perl Monks concerning the following question:
`echo test124!`; system('java', 'test');
And here is the makefile:public class test { public static void main(String[] arg) { System.out.println("Hello, world!"); } }
all: perl try.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with backtick?
by ikegami (Patriarch) on Nov 21, 2007 at 20:42 UTC | |
|
Re: Problem with backtick?
by tuxz0r (Pilgrim) on Nov 21, 2007 at 22:54 UTC | |
by iPerl (Initiate) on Nov 22, 2007 at 15:29 UTC | |
|
Re: Problem with backtick?
by okram (Monk) on Nov 21, 2007 at 21:08 UTC | |
|
Re: Problem with backtick?
by iPerl (Initiate) on Nov 22, 2007 at 15:26 UTC |