NAME
WWW::AzimuthAero::Flight - Flight representation
VERSION
version 0.2
SYNOPSIS
my
$az
= WWW::AzimuthAero::Flight->new(
date
=>
'16.06.2019'
,
from
=>
'ROV'
,
to
=>
'KLF'
);
DESCRIPTION
Object representation of data on pages like https://booking.azimuth.aero/!/ROV/LED/21.06.2019/1-0-0/
new
my
$az
= WWW::AzimuthAero::Flight->new(
date
=>
'16.06.2019'
,
from
=>
'ROV'
,
to
=>
'KLF'
);
AUTHOR
Pavel Serikov <pavelsr@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Pavel Serikov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.