Help for this page

Select Code to Download


  1. or download this
    if ('foo' eq $val) {
       # process case 1
    ...
    else {
       print "Unexpected value '$val'!\n";
    }
    
  2. or download this
    use FileHandle;
    
    ...
          write FS;
       }
    }