Skip to content

Instantly share code, notes, and snippets.

@oskyar
oskyar / deleteLineCsv.pl
Last active August 29, 2015 13:58
Elimina columnas o filas de un archivo .csv
#!/usr/bin/perl
# CopyRight 2014 Óscar Zafra (oskyar@gmail.com)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,