get_moduleinfo 97 B

1234
  1. /\/\*\*\* MODULEINFO/ {printit=1; next}
  2. /\*\*\*\// {if (printit) exit}
  3. /.*/ {if (printit) print}