GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Data::HexDump::Range::Split(3) User Contributed Perl Documentation Data::HexDump::Range::Split(3)

Data::HexDump::Range::Split - Handles formating for Data::HexDump::Range

Subroutines prefixed with [P] are not part of the public API and shall not be used directly.

Split the collected data into lines

Arguments -

$container - Collected data

Returns - An Array containing column elements

Exceptions

Split the collected data into horizontal lines

Arguments -

$container - Collected data

Returns - An Array containing column elements

Exceptions

  • $self -
  • $visible - Boolean - wether the range elements will be visible or not. used for alignment
  • $range - the range structure created by Gather
  • $line - container for the range strings to be displayed
  • $last_range - Boolean - wether the range is the last one to be displayed
  • $total_dumped_data - Integer - the amount of total data dumped so far
  • $dumped_data - Integer - the amount of byte dumped from the range so far
  • $size_to_dump - Integer - the amount of data to extract from the range
  • $room_left - Integer - the amount of space left in the line for the dimped data

Split the collected data into vertical lines

Arguments -

$container - Collected data

Returns - An Array containing column elements

Exceptions

Splits a range into a structure used for horizontal display

Arguments -

  • $self -
  • $visible - Boolean - wether the range elements will be visible or not. used for alignment
  • $range - the range structure created by Gather
  • $line - container for the range strings to be displayed
  • $last_range - Boolean - wether the range is the last one to be displayed
  • $total_dumped_data - Integer - the amount of total data dumped so far
  • $dumped_data - Integer - the amount of byte dumped from the range so far
  • $size_to_dump - Integer - the amount of data to extract from the range
  • $room_left - Integer - the amount of space left in the line for the dimped data

Returns - Nothing. Stores the result in the $line argument

Exceptions

Splits a range into a structure used for vertical display

Arguments -

  • $self -
  • $visible - Boolean - wether the range elements will be visible or not. used for alignment
  • $range - the range structure created by Gather
  • $line - container for the range strings to be displayed
  • $dumped_data - Integer - the amount of byte dumped from the range so far
  • $total_dumped_data - Integer - the amount of total data dumped so far
  • $size_to_dump - Integer - the amount of data to extract from the range

Returns -

Exceptions

Split the collected data into lines

Arguments -

  • $self - a Data::HexDump::Range object
  • $bitfield_description -

Returns - An Array containing column elements,

Exceptions None but will embed an error in the element if any is found

Add information, according to the options passed to the constructor, to the internal data.

Arguments - See gather

$split_data - data returned by _gather()

Returns - Nothing

Exceptions - None

Returns information, according to the options passed to the constructor, to the internal data.

Arguments - See gather

$split_data - data returned by _gather()

Returns - Nothing

Exceptions - None

None so far.

        Nadim ibn hamouda el Khemir
        CPAN ID: NKH
        mailto: nadim@cpan.org

Copyright Nadim Khemir 2010.

This program is free software; you can redistribute it and/or modify it under the terms of either:

  • the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or
  • the Artistic License version 2.0.

You can find documentation for this module with the perldoc command.

    perldoc Data::HexDump::Range

You can also look for information at:

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Data-HexDump-Range>

  • RT: CPAN's request tracker

    Please report any bugs or feature requests to L <bug-data-hexdump-range@rt.cpan.org>.

    We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.

  • Search CPAN

    <http://search.cpan.org/dist/Data-HexDump-Range>

Data::HexDump::Range

Hey! The above document had some coding errors, which are explained below:
Around line 142:
'=item' outside of any '=over'
Around line 324:
You forgot a '=back' before '=head2'
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.