Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Excellent! Now we are getting somewhere...

Next question: Are you free to modify the test() routine? If so, it would probably be good to show us the whole routine (if it is not too long).

Or are you stuck with it as-is and asking how (without changing the test() routine) to get around its requirement for a filename when you want to pass it a string of data instead?

UPDATE: As I understand your response below, you want to leave the test() routine untouched and get around its requirement for a filename so you can pass it a string of data instead.

That is the messier option. I am out of time so I have to run. If I were faced with this and really needed to do what you describe, I would write a little routine that wrote an array to a file so I could do something like:

test( array2file(@my_array) )
Where array2file wrote the data to the file in proper form and returned the name of that file so that the test() routine would get what it needed to do its work.

If that is *really* what you want, perhaps someone else will offer some code. Sorry, gotta run.


In reply to Re: Re: Re: using arrays insteaed of files by dvergin
in thread using arrays insteaed of files by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found