Help for this page

Select Code to Download


  1. or download this
    rmpath( '/no/such/path', {error => \my $err} );
    
  2. or download this
    my $err;
    rmpath( '/no/such/path', {error => \$err} );