NAME
   Sys::CmdMod - Command mutators.

SYNOPSIS
       use Sys::CmdMod;
       my $Mod = Sys::CmdMod::->new();
       my $cmd = 'echo 1';
       $cmd = $Mod->cmd($cmd);

NAME
   Sys::CmdMod - Command mutators.

SUBROUTINES/METHODS
 cmd
   Accumulate all command prefixes.

AUTHOR
   Dominik Schulz <[email protected]>

COPYRIGHT AND LICENSE
   This software is copyright (c) 2012 by Dominik Schulz.

   This is free software; you can redistribute it and/or modify it under
   the same terms as the Perl 5 programming language system itself.