I'm trying to use a system () command on a file that has just been uploaded (using the file upload mod) but am having difficulty finding where to place it. Anyone know?
Oct 10, 2000, 11:00 AM
Veteran (17240 posts)
Oct 10, 2000, 11:00 AM
Post #2 of 5
Views: 2857
I would recommend not using the system call in public scripts...read the replies that Mark and Alex posted in the NSLOOKUP thread in the Perl/CGI forum a few weeks ago...using the system call within public scripts is a major security risk.
I would recommend using File:: or other Perl modules to accomplish whatever you want.
Regards,
Eliot Lee
I would recommend using File:: or other Perl modules to accomplish whatever you want.
Regards,
Eliot Lee