CodeIgniter Forums
Switch... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Switch... (/showthread.php?tid=28348)



Switch... - El Forum - 03-08-2010

[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..