- or download this
#!/usr/bin/perl -w
...
END {
print "This is the end, my friend.\n";
}
- or download this
Dead
blah at ./foo.pl line 5.
This is the end, my friend.
- or download this
#!/usr/bin/perl -w
...
END {
print "This is the end, my friend.\n";
}
- or download this
Blah at ./foo.pl line 3.
This is the end, my friend.