Help for this page

Select Code to Download


  1. or download this
    use open IO => ":utf8";
    while (<>) {
        my @layers = PerlIO::get_layers(\*ARGV);
        say "(@layers)";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
            print length, " ", $_, "\n";
        }
    }