rmpath( '/no/such/path', {error => \my $err} ); #### my $err; rmpath( '/no/such/path', {error => \$err} );