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

File::Pairtree - routines to manage pairtrees

SYNOPSIS

 use File::Pairtree;           # imports routines into a Perl script

 id2ppath($id);                # returns pairpath corresponding to $id
 id2ppath($id, $separator);    # if you want an alternate separator char

 ppath2id($path);              # returns id corresponding to $path
 ppath2id($path, $separator);  # if you want an alternate separator char

 pt_mkbud();
 pt_mknode();
 pt_mktree();
 pt_rmnode();
 pt_lsnode();

DESCRIPTION

This is very brief documentation for the Pairtree Perl module.

COPYRIGHT AND LICENSE

Copyright 2008 UC Regents. Open source Apache License, Version 2.