#!/usr/bin/perl use strict; use warnings; use RadaException; use POSIX qw/ctime/; eval { rada(15); }; if (my $e = VelkyParametr->caught()) { print 'Chycena vyjimka: ', ref $@, "\nV programu s PID: ", $@->pid, "\nV case: ", ctime($@->time), "Maximalni velikost parametru: ", $@->limit, "\nUplne trasovani:\n", $@->trace; }