Help for this page
$variable = 'there'; $string = <<END; ... print $string . "\n"; $string =~ s/!here!/$variable/; print $string . "\n";
Put my variable there and !here! Put my variable there and there