comparison reproctool.cgi @ 32:583e4c324c24

Adding file copyright
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 17:55:47 +0000
parents d1028107ab75
children a4197a854e79
comparison
equal deleted inserted replaced
30:d1028107ab75 32:583e4c324c24
1 #!/usr/bin/perl -T 1 #!/usr/bin/perl -T
2 #
3 # CGI script for assessing reprocessing value of items in EVE-Online based
4 # on mineral prices.
5 #
6 # Released under the revised BSD licence
7 # Copyright (c) 2009 Dominic Cleal
8 # Portions copyright (c) 2009 Bjorn Hamels
2 9
3 use warnings; 10 use warnings;
4 use strict; 11 use strict;
5 12
6 use Switch; 13 use Switch;