Hi,
Thanks for your reply, but sorry the solution doesn't works and i have also created directories named "First Folder" and "Second Folder" and listed using "dir" command and they lists properly as what i have created.
Now i execute as
perl test.pl "D:\First Folder\test\" "D:\Second\ Folder"
The Output shown was:
First Argument: D:\First Folder\test" D:\Second\
********************
Second Argument: Folder
The Output what I expect is:
First Argument: D:\First Folder\test
********************
Second Argument: D:\Second\ Folder
Freedolen
|