Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        chomp;
        print join (' ', (@{$file1Data[$. - 2]}, split /\s+/)[@slice]), "\
    +n";
    }
    
  2. or download this
    col1 col3 col3
    1 77 7
    2 88 8
    3 99 9