Help for this page

Select Code to Download


  1. or download this
    ~/perl$ cat x
    do {
    ...
    ~/perl$ perl -v
    
    This is perl, v5.6.1 built for i386-linux
    
  2. or download this
    LOOP: {
      charlie;
      last LOOP if bob;
      david;
      redo LOOP if alice;
    }