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]) |
| $data | build = ~ /\((.*?)\)/gs |
| 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 |
Definition at line 3 of file make-to-romdb.pl.
| my $xml = new XML::Simple |
Definition at line 16 of file make-to-romdb.pl.
Referenced by $item().
| my $data = $xml->XMLin($ARGV[0]) |
Definition at line 18 of file make-to-romdb.pl.
Definition at line 20 of file make-to-romdb.pl.
| my $date = UnixDate(ParseDate($1), '%Y%m%d') |
Definition at line 22 of file make-to-romdb.pl.
| my $category |
Definition at line 24 of file make-to-romdb.pl.
1.6.3