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