Help for this page

Select Code to Download


  1. or download this
    # @ctOutput : Content of some source file, containing 
    # among others some 'include' directives
    ...
        } else {
                    # process non-include lines here
            }
    
  2. or download this
    foreach (@x) { ..... push @x,'something'; ..... }