- or download this
#!/usr/bin/env perl
...
$filtered[$_][0] //= 'undef';
printf $fmt, $_, @{$filtered[$_]};
}
- or download this
*** Original:
0: undef column2 column3
...
0: 1 column2 column3
1: 12 column2 column3
2: 100 column2 column3
- or download this
use warnings;
...
...
# all warnings except XYZ in effect here
}
# all warnings in effect here