PilotinControl25 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Perl program will not retrieve data from file

Replies are listed 'Best First'.
Re: Perl program will not retrieve data from file
by davido (Cardinal) on Sep 20, 2012 at 21:24 UTC

    You need to do a little more work. This isn't a one-on-one email support forum.

    First: Are you accessing a database, or reading a file? Your question is unclear on that point.

    Second: Post 25 lines of code that demonstrates your code's inability to retrieve data. Be sure to replace actual database login credentials with some placeholders in your post, for your own security. The code needs to be capable of compiling, unless your question is specifically about why it's not compiling.

    Third: Post what the expected output is, and what output you're getting (including error messages). If you're not getting any error messages, investigate why.

    Once you're ready to provide that information we'll be able to provide useful help.

    Update: So you have now posted code. But instead of reducing your problem down to 25 lines of runnable code that we can use to demonstrate to ourselves the problem, you dumped on us 160 lines of code that doesn't compile. Laziness demotivates many of us.


    Dave