Go to the source code of this file.
Functions | |
| Date_Init () | |
| if (!$ARGV[0]) | |
Variables | |
| use | strict |
| my | $xml = new XML::Simple |
| my | $data = $xml->XMLin($ARGV[0]) |
| my | $date = UnixDate(ParseDate($1), '%Y%m%d') |
| my | $category |
| Date_Init | ( | ) |
| if | ( | !$ | ARGV[0] | ) |
Definition at line 10 of file make-to-romdb.pl.
| use strict |
| my $xml = new XML::Simple |
| my $data = $xml->XMLin($ARGV[0]) |
Definition at line 18 of file make-to-romdb.pl.
Definition at line 22 of file make-to-romdb.pl.
| my $category |
Definition at line 24 of file make-to-romdb.pl.
1.5.5