Re: How to open a file in a folder but without knowing its name

2007-08-16 Thread usenet
On Aug 16, 7:13 am, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > I am a beginner in Perl.. That must be why you seen to be unaware of the perldoc command. > I need a perl script to open a file from a specific folder where the > script is. perldoc -f open > Note:That folder will always have

Re: How to open a file in a folder but without knowing its name

2007-08-16 Thread Chas Owens
On 8/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Dear All, > > I am a beginner in Perl.. > > I need a perl script to open a file from a specific folder where the > script is. > > Note:That folder will always have one file but with different name and > with same extension. > > I also have

Re: How to open a file in a folder but without knowing its name

2007-08-16 Thread Mr. Shawn H. Corey
[EMAIL PROTECTED] wrote: Dear All, I am a beginner in Perl.. I need a perl script to open a file from a specific folder where the script is. Note:That folder will always have one file but with different name and with same extension. I also have to get the name of that file and rename it by a

How to open a file in a folder but without knowing its name

2007-08-16 Thread [EMAIL PROTECTED]
Dear All, I am a beginner in Perl.. I need a perl script to open a file from a specific folder where the script is. Note:That folder will always have one file but with different name and with same extension. I also have to get the name of that file and rename it by adding some characters to th