Help for this page
my $names=join("|",map {chomp $_ ?"":$_} <STDIN>);
my $names=join("|",map {chomp $_ ?$_:""} <STDIN>);