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

2base - Convert bases

SYNOPSIS

    $ 2base 16 16
    10

OPTIONS

thousands / t

Use SI thousands prefixes instead of binary ones

    $ 2base -t 10 1K
    1000

delimiters / d

Use delimiters for bigger numbers

    $ 2base -d 2 100000
    1_1000_0110_1010_0000

version / v

Shows the current version number

    $ 2base --version

help / h

Shows a brief help message

    $ 2base --help

GIT REPOSITORY

http://github.com/athreef/App-FilterUtils

SEE ALSO

The Perl Home Page

AUTHOR

Ahmad Fatoum <athreef@cpan.org>, http://a3f.at

COPYRIGHT AND LICENSE

Copyright (C) 2017 Ahmad Fatoum

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