hello everybody,
I have a little problem with if... it seems to be very simple but I just cannot
find a working solution
here the code - there must be sth wrong within the term. does anybody know a
solution?
my $speed_cost_code = '';
my $avg_speed = $link_attr_entry->access("Avg. Speed");
if ( 0 <= $avg_speed <= 5 ) { $speed_cost_code = "A";
}
elsif ( 5 < $avg_speed <= 15 ) { $speed_cost_code = "B";
}
elsif ( 15 < $avg_speed <= 25 ) { $speed_cost_code = "C";
}
thanks in advance
Stefan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]