Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Perl module for CSV output

Received: by 10.68.248.34 with SMTP id yj2mr5123104pbc.2.1351095302679;
        Wed, 24 Oct 2012 09:15:02 -0700 (PDT)
Newsgroups: perl.beginners
Path: s9ni40545pbb.0!nntp.google.com!news.glorb.com!news.snarked.org!nntp.develooper.com!nntp.perl.org
Return-Path: <speedj...@googlemail.com>
Mailing-List: contact beginners-h...@perl.org; run by ezmlm
Delivered-To: mailing list beginn...@perl.org
Received: (qmail 12579 invoked from network); 24 Oct 2012 15:58:14 -0000
Received: from x1.develooper.com (207.171.7.70)
  by x6.develooper.com with SMTP; 24 Oct 2012 15:58:14 -0000
Received: (qmail 17226 invoked by uid 225); 24 Oct 2012 15:58:14 -0000
Delivered-To: beginn...@perl.org
Received: (qmail 17222 invoked by alias); 24 Oct 2012 15:58:14 -0000
X-Spam-Status: No, hits=-1.4 required=8.0
	tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW,SPF_PASS
X-Spam-Check-By: la.mx.develooper.com
Received: from mail-ee0-f41.google.com (HELO mail-ee0-f41.google.com) (74.125.83.41)
    by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Wed, 24 Oct 2012 08:58:11 -0700
Received: by mail-ee0-f41.google.com with SMTP id c4so319419eek.14
        for <beginn...@perl.org>; Wed, 24 Oct 2012 08:58:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=n28VV25UWj+5Og9LcOlDT5CppBehnXYdDgaya3XHeW0=;
        b=VJZFbKfB1o5nhQZ77X1QcWQmsD0webGhCmMROoxP1lrQZP+6+83Cm6wlU+u3w2b1MC
         mrld9sw8DWfJ+0T1UdZBUiVIigGV9fAGbzTI8opXHnJAvzF3kEib/ehz/3/WrhdJg9x1
         dTXRc48+B/QDdwpJfKMKxK+AiYk9Wb7Nw8hMoj02YL7hcHpuEyqSlam/Z/bjMxwJ8hjD
         xNrKJbAr1c13p3AFlOx1jLNUyD8lecVYxLY9SGcTtd6DtucBo+aLoEWnL4AJ9bpPQf+u
         KKRuMO1HFkOVBkMpqzcUqluWY5YFC3/eImj1WQWWQjE/Vz6jOyx1OwiyTd0j7uXhCotE
         RB/w==
MIME-Version: 1.0
Received: by 10.14.173.137 with SMTP id v9mr8631556eel.41.1351094287073; Wed,
 24 Oct 2012 08:58:07 -0700 (PDT)
Received: by 10.14.37.143 with HTTP; Wed, 24 Oct 2012 08:58:07 -0700 (PDT)
Date: Wed, 24 Oct 2012 16:58:07 +0100
Message-ID: <CAG1VzcfCPiYY6QPu+Tk1-Z0HZnY+2yG=eJnW90Y6R5f5+UQ...@mail.gmail.com>
Subject: Perl module for CSV output
To: Perl Beginners <beginn...@perl.org>
Approved: n...@nntp.perl.org
From: speedj...@googlemail.com (jet speed)
Content-Type: text/plain; charset=ISO-8859-1

Hi All,

i have a requirement to output of hash from a perl script into a CSV format.

Please could you advice what is the best perl module to achieve this.

Thanks
Sj