Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Make CSV list from values in AoH

by tel2 (Pilgrim)
on Aug 20, 2018 at 02:07 UTC ( [id://1220667]=note: print w/replies, xml ) Need Help??


in reply to Re: Make CSV list from values in AoH
in thread Make CSV list from values in AoH

Thanks AnomalousMonk,

Your effort is appreciated even if it wouldn't work with 'strict' in use.

tel2

Replies are listed 'Best First'.
Re^3: Make CSV list from values in AoH
by AnomalousMonk (Archbishop) on Aug 20, 2018 at 05:23 UTC
    ... it wouldn't work with 'strict' in use.

    Whatever makes you think that? See command line invocation
        c:\@Work\Perl\monks>perl -wMstrict -le
    which enables full strictures (and also, I must admit, global warnings; not, in general, a good idea, but OK for command line examples). (Update: In general, everything I post on PerlMonks and all the code I write has lexical strictures and warnings fully enabled, with only very specific strictures/warnings lexically disabled. I consider this a Best Practice.)


    Give a man a fish:  <%-{-{-{-<

      My humblest apologies, AnomalousMonk.

      I didn't read Tux's post carefully enough, and because it appeared under your post, I wrongly thought Tux was talking to you.  But looking now at the indentation of Tux's post, it looks as if he was responding to my original post.  I wasn't meaning to claim your code wouldn't work with 'strict', but I was trying to allow for that possibility, if what I thought Tux was saying, was correct.

      Sorry.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1220667]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 16:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found