Re: splitting on filename separators

2001-07-06 Thread Aaron Craig
At 12:22 06.07.2001 +0530, Byju P.Nair wrote: >if (!defined $nexturl || $nexturl eq "") { > # Sets nexturl to be argv0, stripping everything up to and > # including the last slash. > $0 =~ m:[^/]*$:; > $nexturl = $&; > } >

splitting on filename separators

2001-07-05 Thread Byju P.Nair
Hi, In my WIN Nt, i have a Apache server running and there is a CGI perl application located in a separate folder (c:\mycgi) other than the default apache cgi-bin folder. In httpd conf file, i changed the document root as well as stanzas to point to c:\mycgi. The problem is when i run the cg