Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: print output from the text file.

by blue_cowdawg (Monsignor)
on Jan 10, 2013 at 15:07 UTC ( [id://1012683]=note: print w/replies, xml ) Need Help??


in reply to print output from the text file.

      I want to print out the output of that polynomial through a perl script.

Open an editor and try something and if it don't work then ask. Here's some pseudocode to push you along the way: <code>

  1. Open the file
  2. Iterate through the lines
    1. Remove EOL character
    2. Parse line into tokens
      1. Iterate through the tokens
        1. Enact action based on token, passing file handle and rest of input to action sub

Each action would have it's own sub to enact the action and would be responsible for parsing input until it was satisfied it had enough.

Give it a shot.


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-19 07:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found