- or download this
#!/usr/bin/perl
use warnings;
...
sub hello {
print "hello";
}
- or download this
hello
- or download this
#!/usr/bin/perl
use warnings;
...
sub hello {
print "hello";
}
- or download this
Bareword "Foo" not allowed while "strict subs" in use at test.pl line
+10.
Execution of test.pl aborted due to compilation errors.