Help for this page

Select Code to Download


  1. or download this
      DB<200> h
    List/search source lines:               Control script execution:
    ...
      f filename  View source in file         <CR/Enter>  Repeat last n or
    + s
      /pattern/   patt   Search forw/backw    r           Return from subr
    +outine
      M           Show module versions        c [ln|sub]  Continue until p
    +osition
    
  2. or download this
    # begin transaction
    
    ...
        ON t_copy.f_cloned_id = T.f_node_id;
    END IF;
    
  3. or download this
      /* sundialsvc4 */
      .node-from-647953,           /* Newest nodes  */
    ...
    // others to follow
    
      {  display: none; };
    
  4. or download this
    select N.*,C.* 
    from  t_tm1_export_import_view_copy AS C 
    ...
     AND C.f_dim = N.f_dim
     AND C.f_elementNr = N.f_elementNr
    where N.f_dim is NULL
    
  5. or download this
    sub ($a,$b,$c) {
    
    }
    
  6. or download this
    $string->match(/x/);
    
    $aref->grep B{ };
    
  7. or download this
    if ($a in @a) {
    
    }; 
    
    $a in 1..1000 # but lazy
    
  8. or download this
     for my [$a,$b,$c] (@list) {
    
    }
    
  9. or download this
    sub bla {
      doc "this function blas";
    ...
    }
    
    print &bla->doc();
    
  10. or download this
    %main::->grep B{ /_test$/ and isARRAY };
    
    print map { $_->sig() . "\n" . $_->doc() } 
           grep2 {isCODE} 
             %main::