eval { throw TestCaller }; isa_ok($@, 'TestCaller'); is_deeply($@->... #### eval { throw TestCaller }; my $error = $@; isa_ok($error, 'TestCaller'); is_deeply($error->... #### ------------ :Wq Not an editor command: Wq