Help for this page
my ( $name, $value ) = ( $line =~ /^\s*(.*?):(.*)$/ );
my ( $name, $value ) = ( $line =~ /^\s*(.*?):\s*(.*)$/ );