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

Re^2: processing file content as string vs array

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

Help for this page

Select Code to Download


  1. or download this
        if ( my $flag = /\@user_info_start/ ... /\@user_info_end/ ) {
            push @userinfo, $_;
    ...
            last LINE if $flag=~/E0/;
            push @userinfo, $_ unless $flag==1;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-19 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found