#!/usr/bin/perl
######################################################################
# here.pl
######################################################################
# Perl Power! - Michael Schilli 1998
######################################################################

print <<'TheEnd';
The cost amounts to $100.
TheEnd


