=?iso-8859-1?q?r=20p?= said:

> hi all
>
> i am a beginner and i need some help from you:
> here is my problem:
> ------------------------------------------------------
> i have to filter all files *.BMP and to rename all by
> *.bmp
> ------------------------------------------------------
> here is my script:
> -------------------------------------------------------
>  #!/usr/bin/perl

Looks like you have a space at the start of the shebang line.

You might also like to look at a little script called rename that was
written by one lwall, and used to come bundled with Perl.

  http://www.faqs.org/faqs/unix-faq/faq/part2/section-6.html

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to