Acme::Yoda - Acme::Yoda documentation


Acme-Yoda documentation  | view source Contained in the Acme-Yoda distribution.

Index


NAME

Top

Acme::Yoda -

SYNOPSIS

Top

    use Acme::Yoda;




DESCRIPTION

Top

  Acme::Yoda translates back and forth from yoda speak.




USAGE

Top

    use Acme::Yoda;  

    my $y = Acme::Yoda->new();
    my $translated = $y->yoda('I am your father');
    my $back_again = $y->deyoda($translated)

 


BUGS Right now Acme::Yoda does not handle contractions nor does it have a comprehensive list of verbs.

Top

    You can only deyoda sentences you have yoda'ed, since I have no 
    reliable way to discern the subject of the sentence.

    Both issues need to be fixed.




SUPPORT

Top

    email me if you need help.







AUTHOR

Top

	Christian Brink
        GREP
	cbrink@flylines.org
	http://www.yoda-speak.org

COPYRIGHT

Top

SEE ALSO

Top

perl(1).

new()

 Usage     : new( sentence => 'I am a sentence') or just new();
 Purpose   : constructor
 Returns   : Acme::Yoda object
 Argument  : can take a sentence 

yoda()

 Usage     : yoda('sentence')
 Purpose   : Translates your sentenece into yoda speak
 Returns   : string
 Argument  : string 
 Comments  : You can sent the sentence in new() or send it here

deyoda()

 Usage     : deyoda('sentence')
 Purpose   : Translates your sentenece out of yoda speak
 Returns   : string
 Argument  : string
 Comments  :  


Acme-Yoda documentation  | view source Contained in the Acme-Yoda distribution.