- or download this
$ perl -Mstrict -Mwarnings -e 'package test; my $text = <<\TEST;
test@heredoc
TEST
print $text'
test@heredoc
- or download this
$ perl -Mstrict -Mwarnings -e 'package test; my $text = <<\TEST;
test@heredoc
...
use parent -norequire => "test";
test::test_print()'
test@heredoc
- or download this
#!/usr/bin/env perl
...
use pm_example_module;
pm_example_module::test_print();
- or download this
package pm_example_module;
...
}
1;
- or download this
You have received this email because something happened.
Please send feedback and suggestions to tldr@nohelp.org.
- or download this
Possible unintended interpolation of @nohelp in string at pm_example_m
+odule.pm line 8.
Global symbol "@nohelp" requires explicit package name at pm_example_m
+odule.pm line 8.
Compilation failed in require at ./pm_example.pl line 6.
BEGIN failed--compilation aborted at ./pm_example.pl line 6.