Help for this page
#! use Smart::Comments; ... }; ### $sql __END__
### $sql: '/* comment! */ create table `table name`( # another comment! ... key `key_name` (`field_name1`, `field_name2`) ) engine=other things here; '