Help for this page
$line =~ /$regex/;
s/\),\(/\)\n\(/
my $regex = <STDIN>; chomp $regex; ... my $line = $_; s/$regex/$subst/gi; }