Help for this page

Select Code to Download


  1. or download this
    
    my $create_args = {'show' => $q->param('title'),
    ...
                                            };
    
    Jonbaglo::Database::Clan_Shows->create($create_args);
    
  2. or download this
    warn Dumper($create_args);