03-08-2010, 04:48 PM
[eluser]Shaileen[/eluser]
what is the meaning of this in CI.. :
SWITCH: for ($bandwidth_id) {
/0/ && do { $speed = "**"; last; };
die "FAIL SWITCH :: bandwidth_id : $bandwidth_id";
it is written in perl..
what is the meaning of this in CI.. :
SWITCH: for ($bandwidth_id) {
/0/ && do { $speed = "**"; last; };
die "FAIL SWITCH :: bandwidth_id : $bandwidth_id";
it is written in perl..