Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: How does $. work in one liner?

by afoken (Chancellor)
on May 29, 2016 at 08:51 UTC ( [id://1164435]=note: print w/replies, xml ) Need Help??


in reply to Re: How does $. work in one liner?
in thread How does $. work in one liner?

In your example, you don't need the $_. This will print lines 1 and 2 from the file test.txt:

Assuming an OS that follows the POSIX spirit, this will also print the first two lines of a file, but probably without reading the entire file, and probably without starting an interpreter:

head -n 2 test.txt

(POSIX: head)

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-19 22:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found