in reply to form processing problem

use CGI qw(param); my $ime = param('ime'); # will get Janez my $vzdevek = param('vzdevek'); # will get Yanezh

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.