Help for this page
while (<>) { ... } ...... }
if( qr/..../ )
my $date = qr/...../; if(m/$date/) { ..... }