Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Missing \t in print output

by 1nickt (Canon)
on Jul 15, 2015 at 11:57 UTC ( [id://1134862]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Missing \t in print output
in thread Missing \t in print output

Hi Sophienz,

Please let me know if I can make things clearer.

Post a complete, working test script that shows your problem. Fine if it needs a 251-element array, just make one:
push @long_list, $_ for (1001..1251);

Cut out all the code that doesn't affect your problem. Start a new test script with just the loop that is giving you trouble.

Isolate the problem. Make it happen when you don't have your data in the script. That will prove whether or not the data are to blame.

The monks don't need to see all your code, but neither do they need to see an arbitrary subsection of it. They do not need your variable names (unless that is the problem) and they do not need your specific data (unless that is the problem). When the problem is programming, your logic, or, Mysteriously Unidentified, the monks need a small, self-contained, working test script that demonstrates the problem.

The benefit for you is that while you are making the test script, you will usually discover the problem and see how to fix it. And if not, you'll present the monks with something with which they can help you.

The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^4: Missing \t in print output
by Sophienz (Acolyte) on Jul 15, 2015 at 12:35 UTC
    Thank you for your suggestion, I will make a simple test script that hopefully reproduces the problem. And my apologies for not understanding the correct format, as this is my first post.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found