die "Unimplemented."; die "Not implemented."; croak "Unfinished."; confess "Still needs work."; #### perl -nE 'say "$.: $_" if /Unimplemented/i' source.pl #### perl -nE 'say "$.: $_" if /\.{3}/' source.pl