LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Perligata (https://www.linuxquestions.org/questions/programming-9/perligata-4175438893/)

adol83 11-27-2012 05:48 AM

Perligata
 
Hello,

I'm at the very beginning of learn a programming language and I would use Perl for Linux.

Now, I've got a crush for Perligata module so i would learn how to programming Perl in latin but i can't figure out how to implement the module nor compile that.

I regret myself for a so basic question

--- Details ---

I downloaded the "Lingua-Romana-Perligata.tar.gz"

I untar that under /mydir and i get the following

Code:

demo  lib  Makefile.PL  MANIFEST  README  test.pl
I am just stuck in here :(
--- ---

Dav

pan64 11-27-2012 05:54 AM

you only need to read the file named README. If you have any question related to the content please ask...

adol83 11-27-2012 07:04 AM

I did it but it doesn't tell too much.

Code:

==============================================================================
            Release of version 0.55 of Lingua::Romana::Perligata
==============================================================================


NOMEN

    Lingua::Romana::Perligata -- Perl in Latin

DESCRIPTIO

    The Lingua::Romana::Perligata makes it makes it possible to write Perl
    programs in Latin. (If you have to ask "Why?", then the answer probably
    won't make any sense to you either.)

    The linguistic principles behind Perligata are described in:

            http://www.csse.monash.edu.au/~damian/papers/HTML/Perligata.html

    The module is `use'd at the start of the program, and installs a filter
    which allows the rest of the program to be written in (modified) Latin,
    as described in the accompanying documentation.

EXEMPLUM

        #! /usr/bin/perl -w
        use Lingua::Romana::Perligata;

        adnota Illud Cribrum Eratothenis

        maximum tum val inquementum tum biguttam tum stadium egresso scribe.
        vestibulo perlegementum da meo maximo.
        maximum tum novumversum egresso scribe.
        da II tum maximum conscribementa meis listis.
        dum damentum nexto listis decapitamentum fac sic
              lista sic hoc tum nextum recidementum cis vannementa da listis.
              next tum biguttam tum stadium tum nextum tum novumversum
                        scribe egresso.
        cis.


SCRIPTOR

    Damian Conway (damian@conway.org)


IUS TRANSCRIBENDI

    Copyright (c) 2000, Damian Conway. All Rights Reserved.

    This module is free software. It may be used, redistributed and/or
    modified under the terms of the Perl Artistic License
    (see http://www.perl.com/perl/misc/Artistic.html)


==============================================================================

CHANGES IN VERSION 0.55

(No changes have been documented for this version)

==============================================================================

AVAILABILITY

Lingua::Romana::Perligata has been uploaded to the CPAN
and is also available from:

        http://www.csse.monash.edu.au/~damian/CPAN/Lingua-Romana-Perligata.tar.gz

==============================================================================

---

First valuable question is :

"Interpreter, I need this : "

Code:

varo VIII da. 
# This is my way to say " $var = 8; "

So, how can I give you my vocabulary?
?

pan64 11-27-2012 08:21 AM

usually there is a small part about installing the module:
perl Makefile.PL
make
make test
make install
otherwise see here:
http://perl.about.com/od/packagesmod...t/perlcpan.htm

adol83 11-27-2012 09:09 AM

I would have liked to add reputation to you , but i already added. I guess i need to understand a little better what "add to reputation" does it mean in this forum.

Anyway you figured out the beginning, this matter is solved for now. Thank you dude.

pan64 11-27-2012 09:14 AM

you are welcome


All times are GMT -5. The time now is 06:37 AM.