in reply to need advice: Perl code layout, long line lengths
I often do "all of the above" (except "leave long lines 'as is' for readability", since I find such longs lines anything but easy to read). As an example, here is an approach that you probably haven't considered, just going to an extreme that I usually wouldn't go to:
my $key= join '\\', 'Microsoft', 'Windows NT', 'CurrentVersion', 'Terminal Server', 'Install', 'Software', 'Microsoft', 'Windows', 'CurrentVersion', 'RunOnceEx';
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: need advice: Perl code layout, long line lengths (all!)
by resistance (Beadle) on Oct 04, 2008 at 06:51 UTC |