Help for this page
#!usr/bin/perl -- use strict; use warnings; ... print $1 if /^([^:]+):/; } close $file;