Help for this page
print <<OUT; First line! ... Second line... Thanks for reading this! OUT
use strict; use warnings; ... print substr($text, 0, $insert); print 'My inserted data goes here!'; print substr($text, $insert);
Blah blah blah I'm inserting a variable here: <?php echo $var; ?> And again here: <?php echo $another; ?>