Help for this page

Select Code to Download


  1. or download this
    ~# perl --version
    This is perl 5, version 14, subversion 2 (v5.14.2)
    ...
    ~# locale
    LANG=en_US.utf8
    ...
    
  2. or download this
    #! /usr/bin/perl -w
    use 5.014;
    ...
    ~# ./test.pl
    2
    é
    
  3. or download this
    #! /usr/bin/perl -w
    use 5.014;
    ...
    ~# ./test.pl
    1
    ?
    
  4. or download this
    #! /usr/bin/perl -w
    use 5.014;
    ...
    ~# ./test.pl
    2
    é
    
  5. or download this
    #! /usr/bin/perl -w
    use 5.014;
    ...
    ~# ./test.pl
    2
    A?
    
  6. or download this
    #! /usr/bin/perl -w
    use 5.014;
    ...
    ~# ./test.pl
    4
    A(c)