Help for this page

Select Code to Download


  1. or download this
    while (my $line = <DATA>)
    {
    ...
    #include "foo.h"
    #include <foo.h>
    #include "gfoo.h"
    
  2. or download this
    1 not match [not an include]
    2 MATCH [#include "foo.h"]
    3 not match [#include <foo.h>]
    4 not match [#include "gfoo.h"]