MythTV  0.26-pre
Functions | Variables
make-to-romdb.pl File Reference

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

Function Documentation

Date_Init ( )
if ( !$  ARGV[0])

Definition at line 10 of file make-to-romdb.pl.


Variable Documentation

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.

$data build = ~ /\((.*?)\)/gs

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.

Referenced by $time().

my $category

Definition at line 24 of file make-to-romdb.pl.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends