Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    no locale;
    print +(sort grep /\w/, map { chr } 0..255), "\n";
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            map{ pack 'NA1 A*', substr( $_, 1 ), substr( $_, 0, 1 ),  $_ }
            qw[ A473 B437 B659 C659 C123 D123 D222 E222 E001 A001 ];
    print join("\n", @arr1)."\n";
    
  3. or download this
    locale
    A001
    ...
    A473
    B659
    C659
    
  4. or download this
    MAILCHECK=60
            MODLIST=($(LC_ALL=C $YAST -l| grep '^[a-z]' | grep -v "Availab
    +le"));
    ...
            eval val="\$$lc";
                unset lc val;
        unset lc val;