Re: Trying to write my first pm file.

2016-02-29 Thread Timothy Fletcher via modules
iate Perl has a very good chapter on the subject. Regards, David On Wed, Feb 17, 2016 at 7:28 PM, Timothy Fletcher via modules wrote: Hi, Trying to write my first pm file for cpan. And well, reading the example suggest to look at; http://search.cpan.org/~muir/Text-Tabs%2BWrap-2013.0523/lib.o

Trying to write my first pm file.

2016-02-18 Thread Timothy Fletcher via modules
Hi, Trying to write my first pm file for cpan. And well, reading the example suggest to look at; http://search.cpan.org/~muir/Text-Tabs%2BWrap-2013.0523/lib.old/Text/Tabs.pm SYNOPSIS use Text::Tabs; $tabstop = 4; # default = 8 @lines_without_tabs = expand(@lines_with_tabs); @lines_with_