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

IPC::PrettyPipe::Arg::Format - Encapsulate argument formatting attributes

SYNOPSIS

  use IPC::PrettyPipe::Arg::Format;

  $fmt = IPC::PrettyPipe::Arg::Format->new( %attr );

DESCRIPTION

This class encapsulates argument formatting attributes

FUNCTIONS

new
  $fmt = IPC::PrettyPipe::Arg::Format->new( %attr );

The constructor. The following attributes are available:

pfx

The prefix to apply to an argument

sep

The string which will separate option names and values. If undef (the default), option names and values will be treated as separate entities.

COPYRIGHT & LICENSE

Copyright 2014 Smithsonian Astrophysical Observatory

This software is released under the GNU General Public License. You may find a copy at

   http://www.fsf.org/copyleft/gpl.html

AUTHOR

Diab Jerius <djerius@cfa.harvard.edu>