The Coordinated Data Analysis System (CDAS) Web services allow a software developer to use portions of the CDAS software in their own application. The following describes an example of how to utilize the CDAS Web Services from a client program written in the Perl programming language. This example doesn't provide any useful, end-user functionality but is intended merely as an example for developers of client applications to examine.
getCdasDataFile.pl
.
In order to execute the program, save the
getCdasDataFile.pl
file to your computer where Perl is
installed.
getCdasDataFile.pl
file and verify that the
first line of the file (the #! [shebang] line) is correct for your
system's configuration.chmod +x getCdasDataFile.pl
)../getCdasDataFile.pl
) and
compare the output with
getCdasDataFile.pl.out
.Perl getCdasDataFile.pl
)
using the appropriate procedure and compare the output with
getCdasDataFile.pl.out
.