http://www.perlmonks.org?node_id=817878


in reply to Re: push, assingn or split a file?
in thread push, assign or split a file?

Thanks. The -s is handy. My C is showing.

To fix the split you need to use /^/m or just /^/ as split will know what you mean.

-- gam3
A picture is worth a thousand words, but takes 200K.

Replies are listed 'Best First'.
Re^3: push, assingn or split a file?
by ikegami (Patriarch) on Jan 17, 2010 at 23:53 UTC