Jen
|
Posted: 11/29/2004, 6:52 AM |
|
Hello,
I am looking for a way to get the Propogate or Replace settings from the command line. I know cacls doesn't do it, and the Perl Win32 module can't access it either.
Anyone have any suggestions?
Thanks,
Jen
|
|
 |
roeya
Posts: 181
|
Posted: 12/07/2004, 12:55 AM |
|
I am not sure what you meant but
if you use Apache you can add/change command line parameters of Perl at the first line of the generated Perl script:
e.g. - #!/apache2/perl/bin/perl -w
If you want to set the CGI parameters to the script while running it from the command line do the following:
perl yourscript.pl param1=value1 param2=value2
and so on.
this works in Win32 too
Hope this help, if not try to give me and example what you want to do
_________________
http://www.infoneto.com/ |
 |
 |
|