Help for this page

Select Code to Download


  1. or download this
    #! /opt/perl/bin/perl
    
    package game;
    ...
    }
    
    $app->run;
    
  2. or download this
    #! /opt/perl/bin/perl
    
    package Mob;
    ...
        
    1;