Help for this page
my $current_directory = getcwd(); try { ... } finally { chdir($current_directory); };
syntax error at /script.pl line 56, near "} finally " Execution of /script.pl aborted due to compilation errors.