Help for this page

Select Code to Download


  1. or download this
        <exception>
          <error>No such file or directory</error>
          <action>die</action>
         <message>Verify the file exists on the remote server</message>
       </exception>
    
  2. or download this
      for my $exception (@exceptions) {
        if ($@ =~ /$exception->{error}/) {
    ...
                              );
        }
      }