non declared scalar variable on line 104
-
just thought I would share an excerpt from my frustrations for the day. Debugging thousands of lines of Perl code without a debugger is so much fun. Spank you very much, may I have another.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011) -
just thought I would share an excerpt from my frustrations for the day. Debugging thousands of lines of Perl code without a debugger is so much fun. Spank you very much, may I have another.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011)I had to debug perl once. I swore I'd never deal with the language again in terms of developing with it. Nasty hideous stuff.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
just thought I would share an excerpt from my frustrations for the day. Debugging thousands of lines of Perl code without a debugger is so much fun. Spank you very much, may I have another.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011) -
just thought I would share an excerpt from my frustrations for the day. Debugging thousands of lines of Perl code without a debugger is so much fun. Spank you very much, may I have another.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011)Why without debugger? You just need to run perl with -d option.http://perldoc.perl.org/perldebug.html[^]
-
Why without debugger? You just need to run perl with -d option.http://perldoc.perl.org/perldebug.html[^]
Nemanja Trifunovic wrote:
Why without debugger? You just need to run perl with -d option
I left out the bit where the Perl code is actually being used within a proprietary software application and I have to look at the debug "logs" one by one. These logs were not created well at all and you really have to do some hit and miss searching. I work with Perl frequently and I do know about the -d switch.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011) -
Nemanja Trifunovic wrote:
Why without debugger? You just need to run perl with -d option
I left out the bit where the Perl code is actually being used within a proprietary software application and I have to look at the debug "logs" one by one. These logs were not created well at all and you really have to do some hit and miss searching. I work with Perl frequently and I do know about the -d switch.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011)Slacker007 wrote:
you really have to do some hit and miss searching.
Isn't that what Perl scripting is for?!
-
Nemanja Trifunovic wrote:
Why without debugger? You just need to run perl with -d option
I left out the bit where the Perl code is actually being used within a proprietary software application and I have to look at the debug "logs" one by one. These logs were not created well at all and you really have to do some hit and miss searching. I work with Perl frequently and I do know about the -d switch.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011)Slacker007 wrote:
I work with Perl frequently
Sorry for your luck.
The report of my death was an exaggeration - Mark Twain
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopes -
Slacker007 wrote:
you really have to do some hit and miss searching.
Isn't that what Perl scripting is for?!
Paul Watt wrote:
Isn't that what Perl scripting is for?!
only if you know what you are searching for.
Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
"No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011) -
Slacker007 wrote:
I work with Perl frequently
Sorry for your luck.
The report of my death was an exaggeration - Mark Twain
Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems
I'm on-line therefore I am. JimmyRopesJimmyRopes wrote:
Sorry for your luck.
Or rather, the lack of it...
Almost, but not quite, entirely unlike... me...