Re: [Perl-unix-users] Using split

2001-01-16 Thread Manesh Rao
>Hi Every one, > > >I have a single cuestion how i do using the funtion split to separate a >date, example: > >$date = 2001/01/16; > >I whant do this give to $year = 2001; > $month = 01; > $day = 16; > >I do somthing like this > >($year, $month, $day) =

Re: [Perl-unix-users] Can't delete files from file-upload-> www user

2001-01-15 Thread Manesh Rao
>I have a perl script that accepts file uploads. When the file uploads are >recieved, the user is wwwrite. I am unable to go back in and delete files >because of this(Permission is denied ). I'd like to change the user on the >upload but I'm not sure how to do this. Have you instead considered

Re: [Perl-unix-users] Problems setting up ActiveState Perl...

2001-01-12 Thread Manesh Rao
>I'm having problems setting up ActiveState from the RPMs. Everything seems >to run fine, and I can even run a simple script by typing "$ perl test", >but >I can't get it to execute a script without including "perl" in front of it. >I made it executable with "$ chmod +x test", but when I run it

Re: [Perl-unix-users] String problem from post method

2001-01-08 Thread Manesh Rao
Craig, "..is outputting the string without the carriage returns so all lines run together on the html page..." are you sure that the carriage returns are not being shown?? i would suggest you look a the HTML source of the page and you might see the carriage returns being displayed. its just

Re: [Perl-unix-users] Stopping pdf from cacheing

2001-01-04 Thread Manesh Rao
>I have a pdf document that I CANNOT let cache on the users machine due to >it's sensitive nature. I have played with different headers to resolve >this >but to no avail. -pragma => 'no-cache' and -expires => '-1d' What is the exact nature of the problem?? isnt the page cached for certain