Help for this page

Select Code to Download


  1. or download this
    ABC: while ()
    {
       #print "entered into while loop\n";
    ...
          $count = 1;
          print "hello\n";
       }