Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: processing file content as string vs array

by vinoth.ree (Monsignor)
on May 13, 2019 at 07:45 UTC ( [id://1233687]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxx
    ...
    xxxx*@user_info_end
    xxxxxxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxxxxxxxxxxxx
    
  2. or download this
    if( $file_content =~ m/(.*?\@user_info_start.*?\n)(.*)(.*?\@user_info_
    +end.*$)/si){
    my $user_info= $2;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found