Help for this page

Select Code to Download


  1. or download this
    $ perl -v | head -2 | tail -1
    This is perl 5, version 24, subversion 0 (v5.24.0) built for darwin-th
    +read-multi-2level
    
  2. or download this
    $ perl -C -E 'say "\N{alpha}"'
    Unknown charname 'alpha' at -e line 1, within string
    Execution of -e aborted due to compilation errors.
    
  3. or download this
    use charnames qw(greek);
    
  4. or download this
    $ perl -E 'use charnames (); say $charnames::VERSION'
    1.43
    
  5. or download this
    $ perl -MUnicode::UCD=charprops_all -E 'say charprops_all("U+$_")->{Ag
    +e} for qw{3b1 df a3}'
    V1_1
    V1_1
    V1_1