in reply to Re: How to split long "use Foo::Bar" lines?
in thread How to split long "use Foo::Bar" lines?
But when I run that I get this:#!/usr/bin/perl -w use Data::\ Dumper; print (@ARGV);
Can't locate Data/.pm in @INC (@INC contains: /usr/lib/perl5/5.8.2/cyg +win-thread-multi-64int /usr/lib/perl5/5.8.2 /usr/lib/perl5/site_perl/ +5.8.2/cygwin-thread-multi-64int /usr/lib/perl5/site_perl/5.8.2 /usr/l +ib/perl5/site_perl .) at ./test.pl line 4. BEGIN failed--compilation aborted at ./test.pl line 4.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How to split long "use Foo::Bar" lines?
by EvdB (Deacon) on May 24, 2004 at 17:03 UTC |