Help for this page

Select Code to Download


  1. or download this
    sub get_eng_text {
    use strict;
    ...
    }
    return \$return;
    }
    
  2. or download this
    sub get_rus_text {
    use 5.010;
    ...
    return \@return;
    }