Scroll to navigation

Parse::Pidl::Util(3) User Contributed Perl Documentation Parse::Pidl::Util(3)

NAME

Parse::Pidl::Util - Generic utility functions for pidl

SYNOPSIS

use Parse::Pidl::Util;

DESCRIPTION

Simple module that contains a couple of trivial helper functions used throughout the various pidl modules.

FUNCTIONS

Try to convert hex and octal strings to numbers. If a string doesn't look hexish or octish it will be left as is. If the unconverted string is actually a decimal number, Perl is likely to handle it correctly.
Read a range specification that might contain hex or octal numbers, and work out what those numbers are.
2022-08-08 perl v5.26.3