Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Unable to match newline

by robinson (Novice)
on Nov 17, 2015 at 19:57 UTC ( [id://1147950]=note: print w/replies, xml ) Need Help??


in reply to Re: Unable to match newline
in thread Unable to match newline

Thank you very much for your reply. Isn't "(?s)" the same as "/s" ?

How can I emulate the -z ("a data line ends in 0 byte, not newline") behavior of grep on Perl?

Replies are listed 'Best First'.
Re^3: Unable to match newline
by linuxer (Curate) on Nov 17, 2015 at 20:10 UTC

    Regarding the '(?s)': Good point. I must admit, I did not recognize (obviously) that. I'm not used to it. You're right.

    Regarding the "emulate the -z": Perl has a similar switch. Checkout perldoc perlrun and look for the first command switch description ;-)

    edit: s/command line/command/

      Thank you! Thank you! Thank you! Thank you!

      So all I needed was "perl -n0e"

      I plan to convert this mix of shell and perl program into a full perl version but that will be another day as I have to learn quite a few more things about perl :)

Log In?
Username:
Password:

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

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

    No recent polls found