http://qs1969.pair.com?node_id=1041698


in reply to Reaped: Perl Loops

The syntax for 'while' is:
while (EXPR) BLOCK
Your code 'while(0);' is missing the 'BLOCK'. It can be fixed (syntactically) by adding an empty block:
while(0){};

             My goal ... to kill off the slow brain cells that are holding me back from synergizing my knowledge of vertically integrated mobile platforms in local cloud-based content management system datafication.