I have installed Active Perl and PerlIdE on my computer to use perl in Windows. When I compile a code ( using F8 key) a built-in script activates with an error on this line:
my $result = Win32::GetFullP athName($filena me);
can anybody tell me what does this message say and how I can fix it.
Thanks a lot
my $result = Win32::GetFullP athName($filena me);
can anybody tell me what does this message say and how I can fix it.
Thanks a lot
Comment