Help for this page

Select Code to Download


  1. or download this
    use charnames ();
    #URL: http://perldoc.perl.org/perluniintro.html
    ...
    our $gershayim = charnames::string_vianame("HEBREW PUNCTUATION GERSHAY
    +IM");
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    exit 0;
    ### End of File ###