in reply to Re^2: formline, undefined format STDOUT
in thread formline, undefined format STDOUT
#!/usr/bin/perl use warnings; use strict; my @l = ('This is long string', 'Another long one'); my @s = ('s', 'S'); format = ~~ @<<<<<<<<<<<<<<<<<<< @< shift @l, shift @s . write;
It's time you read the documentation again. I've never used formats in Perl, and I hope I never will; but I was able to put this together in one minute.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: formline, undefined format STDOUT
by Anonymous Monk on Apr 20, 2015 at 17:23 UTC |