![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Working with multiple home directories. | trey85stang | Shell Programming and Scripting | 11 | 05-15-2008 11:45 PM |
| how to change permissions only to files, not directories....? | narrok | UNIX for Dummies Questions & Answers | 1 | 06-04-2007 03:56 PM |
| Change permission for directories and files | mingfei2006 | Shell Programming and Scripting | 1 | 08-23-2006 04:00 AM |
| Change to a new working directory... | jagannatha | UNIX for Dummies Questions & Answers | 5 | 06-29-2005 07:38 PM |
| Time change not working... | conflansun | UNIX for Dummies Questions & Answers | 7 | 11-02-2001 10:40 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to change working directories in perl?
i am new to perl. i am writing a perl script. i want to know how to change the working directories? for ex. i have a perl script in c:\proj\ . i want to run this script in this directory but i need my script to change its working directory to D:\xyz\ dynamically in the script.
your help is appreciated. Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
The function in perl is the same name as the system call - chdir. Check man perlfunc for more details.
|
||||
| Google The UNIX and Linux Forums |