Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Global symbol "$buidTarget" requires explicit package name

by hippo (Bishop)
on May 13, 2020 at 15:21 UTC ( [id://11116759]=note: print w/replies, xml ) Need Help??


in reply to Global symbol "$buidTarget" requires explicit package name

That's because you have mis-spelled $buildTarget by omitting the letter l. Using strict has saved your bacon.

Replies are listed 'Best First'.
Re^2: Global symbol "$buidTarget" requires explicit package name
by Fletch (Bishop) on May 13, 2020 at 17:10 UTC

    Don't feel bad because even those of us who've been doing this for ages will still occasionally sit there and blank out despite the error message explicitly telling what's wrong. It's only obvious after you've bothered to show it to someone else. And you read it again. And then sit down and actually read it. And then there's the "Derp."

    If you ever have a debugging problem like this where you're not seeing the problem, go walk off for 5-10 minutes and do something unrelated. When you come back and look at it fresh it can help.

    The cake is a lie.
    The cake is a lie.
    The cake is a lie.

      Back in the '80s when I was using IBM BASICA, I got stuck for three weeks because I typed

      F0R X = 1 TO MAX

      at the start of a very long line with multiple statements, instead of

      FOR X = 1 TO MAX

      I do not know when syntax highlighting was invented but it's great stuff.

Re^2: Global symbol "$buidTarget" requires explicit package name
by Anonymous Monk on May 18, 2020 at 05:15 UTC

    thank you!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found