Help for this page
Illegal declaration of anonymous subroutine at ./utf-2.pl line 8 (#1) (F) When using the sub keyword to construct an anonymous subroutin +e, you must always specify a block of code. See perlsub.
#!/usr/local/bin/perl ... #print '∫: »', ∫(@ARGV), "«\n"; exit 0;