U
usenet
Not that I'm advocating this in any way, of course, but I'm just
curious...
I believe that nearly any Perl script can be written on a single line
(without comments, of course). I'm thinking here of "executable" Perl
code, not stuff in __DATA__, etc.
The only exceptions I can think of are "here" documents and formats
(both of which I tend to avoid).
Are there other programming exceptions that would "force" the use of
more than one line?
curious...
I believe that nearly any Perl script can be written on a single line
(without comments, of course). I'm thinking here of "executable" Perl
code, not stuff in __DATA__, etc.
The only exceptions I can think of are "here" documents and formats
(both of which I tend to avoid).
Are there other programming exceptions that would "force" the use of
more than one line?