Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: chunking up texts correctly for online translation

by bliako (Monsignor)
on Jul 01, 2019 at 08:58 UTC ( [id://11102222]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package My::Module;
    sub new {
        my ( $class, $param_hr ) = @_;
    ...
    # the same notation applies when calling the method
    # Perl passes the object ref ($self=$mod) to the method as a first par
    +am
    print "my key: ".$mod->key()."\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found