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

Re: what's this loo code?

by steves (Curate)
on Feb 04, 2003 at 17:55 UTC ( [id://232608]=note: print w/replies, xml ) Need Help??


in reply to what's this loo code?

I don't see the point, but breaking it down:

  • Read from file: <>
  • Read in array context; i.e., get all lines from file: ()=<>
  • Assign those read lines to $=. That's the page length for formatted output: $==()
Basically it's saying, make the format page length the size of the number of lines in file. But just printing that doesn't really do a whole lot unless I'm missing something ...

Replies are listed 'Best First'.
Re: Re: what's this loo code?
by ihb (Deacon) on Feb 04, 2003 at 18:04 UTC
    Assign those read lines to $=

    No. Assign the length of the right hand side expression in the assignment.

    ihb

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 08:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found