Help for this page
my @script=(); open FILE, "content" or die "Couldn't open file: $!"; ... while( $line =~ /$left(.*?)$right/gsmi ){ push (@script, $1); }
<html> ... </body> </html>