# Char-Greek **Repository Path**: mirrors_gitpan/Char-Greek ## Basic Information - **Project Name**: Char-Greek - **Description**: Read-only release history for Char-Greek - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME Greek - Source code filter to escape Greek script SYNOPSIS use Greek; # usage for application programmers DESCRIPTION The Greek software provides character oriented Perl scripting environment in Greek by easy installation and easy usage. - Character oriented regular expression - Character oriented runtime routines - Character oriented subroutines and - Byte oriented CORE::* functions - Byte oriented regular expression on /b modifier Information processing model beginning with Perl3 or this software. +--------------------------------------------+ | Text strings as Binary strings | | Binary strings as Text strings | +--------------------------------------------+ | Not UTF8 Flagged, UNIX/C-ism | +--------------------------------------------+ Script could be written in native encoding of operating systems. - Like contents of a file - Like a file name on the file systems - Like command lines - Like environment variables - Like parameters of API In UNIX Everything is a File - In UNIX everything is a stream of bytes - In UNIX the filesystem is used as a universal name space INSTALLATION Just copy Greek.pm and Egreek.pm to your @INC directory. For example, to C:\Perl\site\lib SUBROUTINES Greek::eval(charstring) Greek::length(charstring) Greek::substr(charstring, charpos, charlen) and more... SEE ALSO http://search.cpan.org/~ina/