Help for this page

Select Code to Download


  1. or download this
     package main;
    
    use strict;
    ...
    $app->run;
    
    1;
    
  2. or download this
     #! /opt/perl/bin/perl
    
    package Mob;
    ...
    }
        
    1;
    
  3. or download this
    #! /opt/perl/bin/perl
    
    package player;
    ...
        }
    }
    1;