Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Static Data ("__DATA__" vs. "our")

by davido (Cardinal)
on Sep 18, 2003 at 20:16 UTC ( [id://292512]=note: print w/replies, xml ) Need Help??


in reply to Re: Static Data ("__DATA__" vs. "our")
in thread Static Data ("__DATA__" vs. "our")

To similar ends, __DATA__ can also be used to test code. If you want to verify that a particular file format is being handled correctly by your program, either use an external file, or just include an example of the file's format as the __DATA__ section of the code.

I haven't tried this, but it's possible that another use is to get clever and redirect STDIN to __DATA__. With that technique, you should be able to provide hard-wired simulated user interaction to automate testing. Say, for example, you want to test some portion of the code that requires that the user jump through several hoops before that portion of the code is executed. Just temporarily redirect STDIN to __DATA__ and then restore it as you get to that key section of code. Then hardwire into the __DATA__ section the keystrokes that will get you there. Just an untested thought. ;)

Dave

"If I had my life to do over again, I'd be a plumber." -- Albert Einstein

  • Comment on Re: Re: Static Data ("__DATA__" vs. "our")

Log In?
Username:
Password:

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

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

    No recent polls found