Help for this page

Select Code to Download


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