Help for this page

Select Code to Download


  1. or download this
    lander.pl  rows  columns
    
  2. or download this
    #!/usr/bin/perl
    print "fire right retros...\n";
    select undef, undef, undef, 0.1;
    
  3. or download this
    #!/usr/bin/perl
    print "fire main thrusters...\n";
    select undef, undef, undef, 0.1;
    
  4. or download this
    #!/usr/bin/perl
    print "fire left retros...\n";
    select undef, undef, undef, 0.1;
    
  5. or download this
    #!/usr/bin/perl
    
    ...
          print "\n" x ($theight-2);
       }
    }