Help for this page

Select Code to Download


  1. or download this
    me@office:~$ locale
    LANG=en_US.UTF-8
    ...
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=
    
  2. or download this
    sub first_alpha {
      my $alpha = shift;
    ...
      }
      return $alpha;
    }
    
  3. or download this
    sub first_alpha {
      my $string = shift;
    ...
    }