Help for this page
#!/usr/bin/perl use strict; ... my ($intro) = $line =~ /^(.*?)\|/; print $introsh{$intro} $line; }