man > Bit::Vector::String

đŸˇī¸ NAME

Bit::Vector::String - Generic string import/export for Bit::Vector

🚀 Quick Reference

Use CaseCommandDescription
Export vector as octal string$string = $vector->to_Oct()Returns octal string (no prefix).
Import octal string to vector$vector->from_Oct($string)Reads octal string, no prefix allowed.
Create vector from octal string$vector = Bit::Vector->new_Oct($bits, $string)Constructor with octal initialization.
Export vector in any format$string = $vector->String_Export($type)Returns string with prefix (e.g., '0b', '0x', '0o', etc.).
Import vector from any format string$type = $vector->String_Import($string)Auto-detects format; returns format number.
Create vector from any format string$vector = Bit::Vector->new_String($bits, $string)Constructor with auto-detection.

📖 SYNOPSIS

use Bit::Vector::String;

to_Oct
    $string = $vector->to_Oct();

from_Oct
    $vector->from_Oct($string);

new_Oct
    $vector = Bit::Vector->new_Oct($bits,$string);

String_Export
    $string = $vector->String_Export($type);

String_Import
    $type = $vector->String_Import($string);

new_String
    $vector = Bit::Vector->new_String($bits,$string);
    ($vector,$type) = Bit::Vector->new_String($bits,$string);

📝 DESCRIPTION

🔗 SEE ALSO

Bit::Vector(3), Bit::Vector::Overload(3).

📌 VERSION

This man page documents Bit::Vector::String version 7.4.

âœī¸ AUTHOR

Steffen Beyer
mailto:<a href="mailto:STBEY AT cpan.org">STBEY<u> AT </u>cpan.org</a>
<a href="http://www.engelschall.com/u/sb/download/" rel="noopener noreferrer">http://www.engelschall.com/u/sb/download/</a>

ÂŠī¸ COPYRIGHT

Copyright (c) 2004 - 2013 by Steffen Beyer. All rights reserved.

📄 LICENSE

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the Artistic License or the GNU General Public License.

The C library at the core of this Perl module can additionally be redistributed and/or modified under the terms of the GNU Library General Public License.

Please refer to the files Artistic.txt, GNU_GPL.txt and GNU_LGPL.txt in this distribution for details!

âš ī¸ DISCLAIMER

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.

Bit::Vector::String
đŸˇī¸ NAME 🚀 Quick Reference 📖 SYNOPSIS 📝 DESCRIPTION 🔗 SEE ALSO 📌 VERSION âœī¸ AUTHOR ÂŠī¸ COPYRIGHT 📄 LICENSE âš ī¸ DISCLAIMER

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-07 05:52 @2600:1f28:365:80b0:ed19:4cb6:6073:b302
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^