Subversion Repositories ORC

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 1... Line 1...
1
#!/usr/bin/perl
1
#!/usr/bin/perl
Line 2... Line 2...
2
 
2
 
-
 
3
use strict;
3
use strict;
4
use cPanelUserConfig;
4
use RollerCon;
5
use RollerCon;
5
use tableViewer;
6
use tableViewer;
6
use CGI qw/param cookie header start_html url/;
7
use CGI qw/param cookie header start_html url/;
7
use HTML::Tiny;
8
use HTML::Tiny;