Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Perl Memory problem ...

by Sascha2018 (Acolyte)
on May 13, 2020 at 17:17 UTC ( [id://11116761]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use feature 'state';
    use Time::HiRes;
    ...
    use Fcntl ':flock';
    use strict;
    no strict 'refs';
    
  2. or download this
    if($buffer =~ /^SENDMESSAGE$digest\|(.*?)$/){
                              my $what = $1;
    ...
                              }elsif($touser eq "" && $room eq "" && $kind
    + ne "PRVMESSAGE") { sendToSocket($message, {});
                              }
                              next;
    
  3. or download this
    sub sendToSocket {
        my( $data, $params ) = @_;
    ...
                  }
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-25 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found