|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
how do i make a new directory from my perl/cgi script?
------------------ lumpkin |
|
#2
|
|||
|
|||
|
mkdir(directory_name, 0755);
|
|
#3
|
|||
|
|||
|
if you're using linux in any form, you will need to do the following:
system("mkdir path"); Or, simply print the command to STDOUT: print `mkdir new_path`; Be sure to enclose your command in BACK quotes. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > making a directory |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|