- or download this
package Insert;
use Filter::Simple;
...
}
1;
- or download this
my $variable = "World!";
print <<EOT;
Hello $variable
EOT
- or download this
use Insert;
my $variable = "World!";
print <<EOT;
INSERT("includeme.txt")
EOT
- or download this
Hello $variable