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

Net::Route::Parser - Internal class

SYNOPSIS

Not used directly.

VERSION

Revision $Revision: 291 $.

DESCRIPTION

This is a base class for the system-specific parsers. It is not usable directly (abstract).

System-specific parsers should inherit from this class to obtain common functionality.

INTERFACE

This interface is subject to change until version 1.

Object Methods

from_system()

Implementation of Net::Route::Table::from_system().

command_line() [pure virtual]

What you want to read the information from, as either:

  • a string - it will undergo shell expansion

  • an arrayref - the command and its arguments, without shell expansion

Implement this in subclasses.

parse_routes( $text_lines_ref ) [pure virtual]

Reads and parses the routes from the output of the command, returns an arrayref of Net::Route objects.

AUTHOR

Created by Alexandre Storoz, <astoroz@straton-it.fr>

Maintained by Thomas Equeter, <tequeter@straton-it.fr>

LICENSE AND COPYRIGHT

Copyright (C) 2009 Straton IT.

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