Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Using PerlApp or PAR with modules with data dependenciess

by Anonymous Monk
on Dec 15, 2017 at 16:59 UTC ( [id://1205604]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            use Lingua::Sentence;
    
    ...
            my $text = 'This is a paragraph. It contains several sentences
    +. "But why," you ask?';
    
            print $splitter->split($text);
    
  2. or download this
        # Try loading nonbreaking prefix file specified in constructor
        my $dir = dist_dir('Lingua-Sentence');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found