Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Module Text::Autoformat not working

by parv (Parson)
on Oct 26, 2015 at 11:28 UTC ( [id://1145945]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # perl -MText::Autoformat -e 'print $Text::Autoformat::VERSION , "\n"'
    + ; cat p.pl ; echo ; perl p.pl
    1.67
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
    1. Analyze problem
    3. Design algorithm
    1. Code solution
    
  3. or download this
        # Configuration...
    
           $formatted = autoformat $rawtext, { %options };
    
  4. or download this
          # Don't recognize Roman numerals or alphabetics as list markers.
    +..
           autoformat { lists => 'number, bullet' }, $text;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 07:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found