Help for this page

Select Code to Download


  1. or download this
    eval { throw TestCaller };
    isa_ok($@, 'TestCaller');
    
    is_deeply($@->...
    
  2. or download this
    eval { throw TestCaller };
    my $error = $@;
    isa_ok($error, 'TestCaller');
    
    is_deeply($error->...
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq