![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ftp code in Perl | Raynon | Shell Programming and Scripting | 21 | 09-11-2008 03:44 AM |
| PERL Code | talashil | Shell Programming and Scripting | 2 | 06-06-2008 01:13 AM |
| [PERL] Running unix commands within Perl Scripts | userix | Shell Programming and Scripting | 1 | 05-28-2008 06:06 PM |
| Compile a code for running on boot | d4n1l0d | Filesystems, Disks and Memory | 2 | 08-14-2006 02:44 PM |
| check my code?? running shell from c? | abdul | UNIX for Dummies Questions & Answers | 1 | 09-03-2001 03:05 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Perl running C code
Ok, I am thinking about developing a small little web app to help teach C to people. So you can type some C code into a text area, then a CGI Perl script or something similar would compile the code, then possibly execute it showing the results in another text area.
My concern of course is malicious code. Is there anything that I can do protect my PC from someone coding in some evil kill all C code? Or is that a risk I take. Because if it is, I can't do it. I'm not that crazy. ![]() Thanks. |
|
||||
|
that is a risk you will have to take. it is always possible. if its run in a chrooted environment, the web server as well, and you make sure you permissions are alright... then you will be a little bit safer. its not a bad idea though.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|