The
finish
method contains your custom-written Perl code that
you want Forge to call after record processing is complete. The code you
provide here becomes the body of the
finish
method.
Calls to
next_record
or
get_records
methods result in an error. To signal a
failure during finish, call Perl's
die()
function. See the Introduction's example Perl
manipulator for a sample usage of this method.