View Single Post
Old 10-06-2001, 06:04 AM  
Hypo
So Fucking Banned
 
Join Date: Feb 2001
Posts: 1,104
cgi: what do these commands do?

If $command = some cgi command like ls or mkdir, what will these 2 commands do?

1) print `$Command`;

and

2) open(CommandOutput, $Command);
Hypo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote