# configuration return sub { $parsedargs{'database'} = 'DBI:mysql:databasename_g2:localhost'; $parsedargs{'dbuser'} = 'dbuser'; $parsedargs{'dbpass'} = 'xxx'; $parsedargs{'email'} = 'user@example.com'; #SmugMug login $parsedargs{'pass'} = 'xxx'; #SmugMug login #$parsedargs{'albumid'} = 12345; # if you don't want a new album created, set id here #$parsedargs{'categoryid'} = 0 # set category id here, 0 (Other) is default }; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #