Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: compilation errors

by HyperZonk (Friar)
on Aug 22, 2001 at 03:12 UTC ( [id://106814]=note: print w/replies, xml ) Need Help??


in reply to compilation errors

Just a quick look reveals the following:
  • You didn't close your parens in the last 3 lines of the first section
  • You are referring to a single member of an array with the wrong variable prefix (that is, it should be $filename[$i], don't use the @).
Other errors may be in there, but until you fix those, you're not going to get anywhere.

By the way, a list of errors encounters always helps.

-HZ

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found