Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: Possible to have regexes act on file directly (not in memory)

by davido (Cardinal)
on May 03, 2014 at 05:21 UTC ( [id://1084865]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    Sys::Mmap::munmap( $string ) or die "munmap: $!";
    close $fh;
    
  2. or download this
    variable is not a string at ./mytest.pl line 17.
    
  3. or download this
    if(SvTYPE(var) != SVt_PV) {
                croak("variable is not a string");
                return;
            }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-19 11:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found