Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: processing file content as string vs array

by haukex (Archbishop)
on May 13, 2019 at 07:59 UTC ( [id://1233688]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    xxxx*@Product       : xxxx
    xxxx*@user_info_end
    xxxxxxxxxxxxxxxxxxxxxxxxxxxx
    
  2. or download this
    $VAR1 = [
              'xxxx*@user_info_start',
    ...
              'xxxx*@Product       : xxxx',
              'xxxx*@user_info_end'
            ];
    
  3. or download this
        if ( my $flag = /\@user_info_start/ ... /\@user_info_end/ ) {
            push @userinfo, $_ unless $flag==1 || $flag=~/E0/;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found