saintmike has asked for the wisdom of the Perl Monks concerning the following question:
magazines usually require listings to not exceed a certain column width. But what to do if your listing pulls in a module like
and you would like it to fit into the column as indicated above? Is there a way to split the line in a syntactically correct format without further obfuscation like variable substitution?###<--- max column width --->### use Foo::Bar::Baz::Really::Long::Module::Name;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to split long "use Foo::Bar" lines?
by PodMaster (Abbot) on May 24, 2004 at 15:45 UTC | |
by ysth (Canon) on May 25, 2004 at 07:56 UTC | |
by hardburn (Abbot) on May 24, 2004 at 16:00 UTC | |
|
Re: How to split long "use Foo::Bar" lines?
by EvdB (Deacon) on May 24, 2004 at 15:51 UTC | |
by Anonymous Monk on May 24, 2004 at 16:41 UTC | |
by EvdB (Deacon) on May 24, 2004 at 17:03 UTC | |
|
Re: How to split long "use Foo::Bar" lines?
by revdiablo (Prior) on May 24, 2004 at 17:03 UTC | |
|
Re: How to split long "use Foo::Bar" lines?
by Plankton (Vicar) on May 24, 2004 at 15:48 UTC |