Search Results

Search: Posts Made By: JPB1977
3,619
Posted By balajesuri
Here's a recipe from Perl cookbook (the sub...
Here's a recipe from Perl cookbook (the sub routine parse_csv can be found in it):

#! /usr/bin/perl
use warnings;
use strict;

my $d = $ARGV[0];

sub parse_csv {
my $text = shift;
my...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 07:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy