File::Path question

2003-10-10 Thread Chetak Sasalu M
I am a perl newbie .So friends pls *correct* me if there is a better way to do this or If I am downright wrong ;-) -Original Message- From: Prasad Karpur [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 2:42 AM To: [EMAIL PROTECTED] Subject: File::Path question I init

Re: File::Path question

2003-10-10 Thread Rob Dixon
Prasad Karpur wrote: > > I initially set $value1, $value2 and $value3 to null values > $value1 = ""; $value2 = ""; $value3 = ""; > > I get the values of $value1, $value2 and $value from input > > $valuexyz = "$value1$value2$value3"; I don't see how you think this will 'get the values ... from inpu

File::Path question

2003-10-09 Thread Prasad Karpur
I initially set $value1, $value2 and $value3 to null values $value1 = ""; $value2 = ""; $value3 = ""; I get the values of $value1, $value2 and $value from input $valuexyz = "$value1$value2$value3"; mkpath(["$TMPDIR/$valuexyz"], 1, 0777); $valuexyz does not get evaluated. But if i set $value = "a