Re: Please Help!!! Newbie Question

2005-09-01 Thread Randy W. Sims
Perl wrote: Hi List, I have this script which actually returns the value of the filename with extension but If the file name is something like c:\projects\text 009.txt (having a space in filename which is common in windows). This script only returns text instead of returning full name of file.

RE: Please Help!!! Newbie Question

2005-09-01 Thread Bakken, Luke
Perl wrote: Hi List, I have this script which actually returns the value of the filename with extension but If the file name is something like c:\projects\text 009.txt (having a space in filename which is common in windows). This script only returns text instead of returning full name of

RE: Please Help!!! Newbie question

2005-08-31 Thread Bakken, Luke
Perl wrote: I am new to perl so I need some help from the list with this script. It takes a value from command line and then returns afters processing. For example, If value is c:\projects\test 2005.txt the script will returns it as test (actually omitts any space in the directory or file

Re: Please Help!!! Newbie question

2005-08-31 Thread Eric Walker
On Wednesday 31 August 2005 09:12 am, Perl wrote: I am new to perl so I need some help from the list with this script. It takes a value from command line and then returns afters processing. For example, If value is c:\projects\test 2005.txt the script will returns it as test (actually omitts