But However wrote:
> 
> Hi,

Hello,

> I compiled a simple program with perl. But I ran into some problems.
> 
> sh: campusUnderAttack.out: bad number
> 
> I try to execute a program and input the result to antother file
> "campusunderAttack.out"
> like this:
> 
> #!/usr/bin/perl
> #
> # Run campus scenario and plot result
> #
> 
> #run 'campus network under attack'
> print STDERR "Running campus under attack scenario...\n";
> #`java SSF.Net.Net 57600 campusUnderAttack.dml >& campusUnderAttack.out`;
                                                 ^^
It looks like your problem is using '>&', did you mean to use '>'
instead?


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to