Help for this page
<DATA> until /^#cardtype/; while (<DATA>) { ... }
1 until <DATA> =~ /^#cardtype/; while (<DATA>) { ... }