Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Reading a variable as a file

by thezip (Vicar)
on Nov 23, 2007 at 20:04 UTC ( [id://652651]=note: print w/replies, xml ) Need Help??


in reply to Reading a variable as a file

You may want to investigate Tie::File for this.

Your wish is my commandline.

Replies are listed 'Best First'.
Re^2: Reading a variable as a file
by Dominus (Parson) on Nov 23, 2007 at 21:05 UTC
    Unless I misunderstand the question, Tie::File is the wrong thing here. It makes a file look like an array. But I think what OP wants is to make a scalar look like a file.

      Yes, you're absolutely right.

      But to me, this problem seems to fall somewhere in the middle regarding how it should be handled... On the one hand, a scalar containing the entire file would make it easier to perform the numerous regex substitutions, while on the other hand, an array would make it easier to to shift off the required items.

      I think the point I was trying to make was that an "array" (instead of reading the entire file into a scalar) might be another approach to this problem.

      Update: After re-reading the OP's question, I now realize that I pretty much ignored the basic spec for the problem.

      Your wish is my commandline.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 23:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found