Chris Green wrote:
> 
> I'm having problems using FILE::BASENAME and the fileparse command. I've
> used the code below to try it out but get an error message saying 'Undefined
> subroutine &main::fileparse called at D:\data\parse.pl line 6'
> 
> use FILE::BASENAME

Module names are Case Sensitive.

use File::Basename;


John
-- 
use Perl;
program
fulfillment

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

Reply via email to