Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Storing Lines before and After pattern

by Coruscate (Sexton)
on Jan 27, 2004 at 00:26 UTC ( [id://324355]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Storing Lines before and After pattern
in thread Storing Lines before and After pattern

If you enjoy saving a few keystrokes here and there (and who doesn't?), you can replace

my $poem; { local $/ = undef; $poem = <DATA>; }

with this:

my $poem = do { local $/; <DATA> };

IMHO, it's not only shorter, it's also more readable, since you are assigning the entore operation to the variable. ;)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://324355]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.