|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
creating a folder in perl
Is there an equivalent of the php function mkdir() in perl?
|
|
#2
|
||||
|
||||
|
try mkdir()
|
|
#3
|
||||
|
||||
|
with just a bit more description...mkdir($dirname, 0700)
|
|
#4
|
|||
|
|||
|
Hi
On some windows based severs, you might have to do this...... # the directory to create (pop) $dir_path = "C:\\server\\mailroot"; $pop = "md $dir_path\\mail\\$username\\pop"; system($pop); F! |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > creating a folder in perl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|