my $input = CGI -> new(); my $image = $input -> param('image'); # some more form fields fetched through param()... my $info = new -> JustinDb(); $info ->savethis(-name => 'image', -value => $image);