http://www.perlmonks.org?node_id=967026


in reply to Re^6: help with unraring
in thread help with unraring

paths in windows uses backlashes

file=>"C:\\perl2exe\\For perl 5.10.1\\test.rar",
output_dir_path=>"C:\\extract"

($result,$directory) = process_file( file=>"C:\\perl2exe\\For perl 5.10.1\\test.rar", password=>undef, output_dir_path=>"C:\\extract" );
try and tell me