Setting up Android && ASE
    ●   Download JRE
    ●   Download Android SDK
    ●   Add $PATH to ~/.bashrc
    ●   Install SDK components
    ●   Add new virtual device
    ●   Start the device
    ●   Remove Chinese keyboard
    ●   Install ASE
                                  
Setting up Dancer
    ●   Dancer is a web framework
    ●   (kind of like Ruby's Sinatra)
    ●   I like it, I help develop and release it
    ●   cpanm ­l . HTTP::Body HTTP::Headers URI 
          HTTP::Server::Simple 
          HTTP::Server::Simple::PSGI YAML Template 
          Module::Refresh Dancer
    ●   mhere File::Spec::Unix FileHandle utf8
    ●   cp utf8_heavy.pl, unicode
                                   
It works!




             
… sort of :)




                

Perl Dancer on Android (first attempt)

  • 1.
    Setting up Android&& ASE ● Download JRE ● Download Android SDK ● Add $PATH to ~/.bashrc ● Install SDK components ● Add new virtual device ● Start the device ● Remove Chinese keyboard ● Install ASE    
  • 2.
    Setting up Dancer ● Dancer is a web framework ● (kind of like Ruby's Sinatra) ● I like it, I help develop and release it ● cpanm ­l . HTTP::Body HTTP::Headers URI  HTTP::Server::Simple  HTTP::Server::Simple::PSGI YAML Template  Module::Refresh Dancer ● mhere File::Spec::Unix FileHandle utf8 ● cp utf8_heavy.pl, unicode    
  • 3.
  • 4.
    … sort of:)   Â