Skip to content

Instantly share code, notes, and snippets.

@jontonsoup
Created November 14, 2012 04:04
Show Gist options
  • Save jontonsoup/4070193 to your computer and use it in GitHub Desktop.
Save jontonsoup/4070193 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl -w
# use Getopt::Long;
require "header.pl";
$symbol = "APPL";#param("stock");
print `time_series_symbol_project.pl ORCL 8 AWAIT 300 ARIMA 2 1 2 | tail -20 2>&1`;
print `env`;
require "footer.pl";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment