Help for this page

Select Code to Download


  1. or download this
    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.
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
    #print '∫: »', ∫(@ARGV), "«\n";
    
    exit 0;