The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Devel::Memalyzer::Combine - Combine .head and .raw files into a proper csv file

DESCRIPTION

optionally exports the combine() function.

SYNOPSYS

    use Devel::Memalyzer::Combine qw/combine/;
    combine( $output_file );

FUNCTIONS

combine( $file )
combine( $file, keep_files => 1 )

Combines "$file.head" and "$file.raw" into "$file". Will remove the .head and .raw files unless called with keep_files => 1.

AUTHORS

Chad Granum exodist7@gmail.com

COPYRIGHT

Copyright (C) 2010 Rentrak Corperation