Thread: Perl CGI !
Results 1 to 5 of 5
Related
-
Need help with perl Forum: CGI Perl Forum
Replies: 1 -
How can i execute a perl file within perl programming... Forum: CGI Perl Forum
Replies: 1 -
How to post a variable from HTML to perl and from perl to HTML Forum: CGI Perl Forum
Replies: 1 -
How to post a variable from HTML to perl and from perl to HTML Forum: Website Scripts Forum
Replies: 0
-
07-02-2005, 04:25 AM #1
Perl CGI !
Can perl cgi call system command that has root privilege, eg. quota 'some_user', via web page for display?
-
07-02-2005, 08:47 PM #2
Re: Perl CGI !
depends on how the server is setup... you can configure PERL to not allow it to do certain things, and have certain FTP&|accounts not allow to access other directories and system commands and stuff.
try doing it using the "system" function
-
07-03-2005, 02:07 PM #3
Re: Perl CGI !
I tried to use the "system" already but I get on the html page no output and get the error on the error log 'permission denied'!
-
07-03-2005, 05:09 PM #4
Re: Perl CGI !
let us see your code
-
07-04-2005, 06:18 AM #5
Re: Perl CGI !
The code is simply;
#!/usr/bin/perl -w
print "Content-type: text/html\n\n";
system "quota lkw";
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum