1 2 3 4 5 6 7 8 9 10 11
$self{texts} = { 'Continue' => 'Jatka', 'Password' => 'Salasana', }; $self{subs} = { 'getpassword' => 'getpassword', 'jatka' => 'continue', }; 1;