Help for this page

Select Code to Download


  1. or download this
    /* this is a test
     * c file  /* with an embedded comment */
    ...
       int a;
       int b;
    }
    
  2. or download this
    $var =~ s/abc[^xyz]*?def//;
    
  3. or download this
    /* this is a test
     * c file  
    ...
       int a;
       int b;
    }