Re: [Boston.pm] slice of life

2008-12-02 Thread Uri Guttman
> "PN" == Palit, Nilanjan <[EMAIL PROTECTED]> writes: please don't top post. edit the quoted email too. PN> Is this slice capability a feature that is available only in PN> recent versions of Perl? If so, starting which version? slices have been around since at least the beginning of per

Re: [Boston.pm] slice of life

2008-12-02 Thread Palit, Nilanjan
Cool! Is this slice capability a feature that is available only in recent versions of Perl? If so, starting which version? -Nilanjan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Uri Guttman Sent: Tuesday, December 02, 2008 4:18 AM To: boston-pm@mail

Re: [Boston.pm] Tech Meeting - December 9 - MIT

2008-12-02 Thread Greg London
> Greg want to Swap? I could if need be. I don't have slides yet, but I've been writing up a fairly comprehensive POD file, and the slides were basically going to be cutting the code samples from the POD, pasting them ont slides, and putting titles on them. The latest pod is here: http://se

[Boston.pm] slice of life

2008-12-02 Thread Uri Guttman
i was slicing up a csv line (actually tabbed) and i wanted a hash of the desired columns since there were many and i couldn't deal with column numbers in the code. the first row has column names which is needed. there is a slice to initialize the name2col hash and later 3 slices in one statement :