mkdir function syntax

2001-02-27 Thread Chris Jensen
greetings everyone, i've got a solution that requires me to create directories when a record is added to a database (in this case i'm using Lasso WDE on a WebTen webserver, which is a port of apache to mac. full perl 5 capability). problem is i've only had the last 3 days to learn anything

[OT] Re: mkdir function syntax

2001-02-27 Thread Adi Fairbank
Chriss, Please mark your subject [OT] for off-topic in the future, as this is not a mod_perl question, but a general Perl question and probably should be taken to one of the comp.lang.perl.* newsgroups anyway. In the good natured spirit of the mod_perl community, I'll answer the question

Re: mkdir function syntax

2001-02-27 Thread Cees Hek
On 27 Feb 2001, Chris Jensen wrote: here is my code: 8 $query = new CGI; 9 $ProjectNumber= $query-param("ProjectNumber"); 10 11 $makeDirectoryDocs = "../WebSites/mch.nvisionusa.net/docs"; 12 $makeDirectoryImages = "../WebSites/mch.nvisionusa.net/docs"; 13 14 MKDIR