Help for this page

Select Code to Download


  1. or download this
    my $success = try {
      # Runs first
    ...
    {
      # Executes if try block *succeeds*
    }