Help for this page

Select Code to Download


  1. or download this
    use ManVideo;
    my $mv = new ManVideo( DB => $dbhRef );
    $mv -> newVideoRecord ( Trainer => "someone", Year => 2011, VideoType 
    +=> "training" );
    $mv -> save();
    
  2. or download this
    my $aud = new ManAudio;
    $aud -> newAudioRecord( ..., AudioType => "meeting" ) ;# implement by 
    +ManVideo::newVideoRecord;