NAME

SkyX - Perl extension for communications with The SkyX Professional Version 10.2.0

SYNOPSIS

use Astro::SkyX;
my $SX = Astro::SkyX->new();
$Skysock = $SX->connect('localhost','3040');

print "\nSkyX Initialized status: ",
  $SX->Application->initialized,
  "\nRunning version: ",
  $SX->Application->version,
  " Build " . $SX->Application->build,
  " on OS: " . $SX->Application->operatingSystem,
  "\n";

DESCRIPTION

Implementation of the SkyX Application Class.

EXPORT

None by default.

SEE ALSO

Don't forget ScriptTheSkyX documentation from Software Bisque.

AUTHOR

Robert Woodard, <kayak.man@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2013 by Robert Woodard

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.3 or, at your option, any later version of Perl 5 you may have available.

There are restrictions on commercial use of the SkyX scripting engine. Please see the Software Bisque End User License Agreement prior to using this module in a commercial setting.