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 ful
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 fil
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.
Here is the
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 o
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
>
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 name) while
I wan