Subversion Repositories ORC

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 8
Line 1... Line 1...
1
#!/usr/bin/perl
1
#!/usr/bin/perl
Line 2... Line 2...
2
 
2
 
Line -... Line 3...
-
 
3
#if ($ENV{SHELL}) { die "This script shouldn't be executed from the command line!\n"; }
3
#if ($ENV{SHELL}) { die "This script shouldn't be executed from the command line!\n"; }
4
 
4
 
-
 
5
use CGI qw/:standard/;
5
use cPanelUserConfig;
6
use lib "/home/rollerco/perl5/lib/perl5";
6
use CGI qw/:standard/;
7
use scanFunctions;
7
use scanFunctions;
8
use RollerCon;
8
use RollerCon;
9
use Spreadsheet::WriteExcel;
9
use Spreadsheet::WriteExcel;