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

Arithmetic::PaperAndPencil::Label -- Used internally by Arithmetic::PaperAndPencil

VERSION

Version 0.01

SYNOPSIS

    use Arithmetic::PaperAndPencil::Action;
    use Arithmetic::PaperAndPencil::Label;
    my $action = Arithmetic::PaperAndPencil::Label->new(level => $lvl, label => ...);
    my $line = Arithmetic::PaperAndPencil::Label::full_label($action->label
                                                           , $action->val1
                                                           , $action->val2
                                                           , $action->val3
                                                           , $lang);

EXPORT

None.

SUBROUTINES/METHODS

full_label

Retrieves the label from the hashtable and replaces variable tags (#1# and similar) with the proper values.

AUTHOR

Jean Forget, <J2N-FORGET at orange.fr>

BUGS

Please report any bugs or feature requests to bug-arithmetic-paperandpencil at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Arithmetic-PaperAndPencil. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

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

    perldoc Arithmetic::PaperAndPencil

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2024 by jforget.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)