Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. non declared scalar variable on line 104

non declared scalar variable on line 104

Scheduled Pinned Locked Moved The Lounge
perldebugging
9 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Slacker007
    wrote on last edited by
    #1

    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)

    J N N 3 Replies Last reply
    0
    • S Slacker007

      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)

      J Offline
      J Offline
      Jim Crafton
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • S Slacker007

        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)

        N Offline
        N Offline
        NormDroid
        wrote on last edited by
        #3

        Perl, Ruby, PHP all for people who have far too much time on their hands.

        Software Kinetics Wear a hard hat it's under construction
        Metro RSS

        1 Reply Last reply
        0
        • S Slacker007

          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)

          N Offline
          N Offline
          Nemanja Trifunovic
          wrote on last edited by
          #4

          Why without debugger? You just need to run perl with -d option.http://perldoc.perl.org/perldebug.html[^]

          utf8-cpp

          S 1 Reply Last reply
          0
          • N Nemanja Trifunovic

            Why without debugger? You just need to run perl with -d option.http://perldoc.perl.org/perldebug.html[^]

            utf8-cpp

            S Offline
            S Offline
            Slacker007
            wrote on last edited by
            #5

            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)

            P J 2 Replies Last reply
            0
            • S Slacker007

              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)

              P Offline
              P Offline
              Paul M Watt
              wrote on last edited by
              #6

              Slacker007 wrote:

              you really have to do some hit and miss searching.

              Isn't that what Perl scripting is for?!

              S 1 Reply Last reply
              0
              • S Slacker007

                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)

                J Offline
                J Offline
                JimmyRopes
                wrote on last edited by
                #7

                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

                P 1 Reply Last reply
                0
                • P Paul M Watt

                  Slacker007 wrote:

                  you really have to do some hit and miss searching.

                  Isn't that what Perl scripting is for?!

                  S Offline
                  S Offline
                  Slacker007
                  wrote on last edited by
                  #8

                  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)

                  1 Reply Last reply
                  0
                  • J JimmyRopes

                    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

                    P Offline
                    P Offline
                    PaulowniaK
                    wrote on last edited by
                    #9

                    JimmyRopes wrote:

                    Sorry for your luck.

                    Or rather, the lack of it...

                    Almost, but not quite, entirely unlike... me...

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups