Help for this page

Select Code to Download


  1. or download this
    
    $sql->do(<<SQL);
    ...
    )
    SQL
    
  2. or download this
    
    for($$i=0; $i<$#watcher+1; $i++) {
    ...
        ...
    }
    
  3. or download this
    
    for my $watch (@watcher) {
    }