try changing
open ($ar_fh, '<', $ar_fname) or
to
open ($ar_fh, '<'. $ar_fname) or
On Fri, 2005-04-22 at 09:27 -0400, Meier, Lori wrote:
> Hello,
>
> I am trying to compile ARSperl 1.83 using ARS 6.3 api libraries, perl 5.005_03
> on Sun 5.8.
>
> When I run perl Makefile.PL, I get
>
> Too many arguments for open at Makefile.PL line 651, near "$ar_fname) "
> Execution of Makefile.PL aborted due to compilation errors.
>
> Any help on getting this compile will be greatly appreciated.
>
> Thank you,
> Lori
>
>
>
>
>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
|