Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: SQL - Subroutine always returning true

by nysus (Parson)
on Jul 11, 2003 at 06:25 UTC ( [id://273259]=note: print w/replies, xml ) Need Help??


in reply to SQL - Subroutine always returning true

Throw some print statements in there to get a peek at the variables and see if they contain what you think they contain. Work backwards from there.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff";
$nysus = $PM . $MCF;
Click here if you love Perl Monks

  • Comment on Re: SQL - Subroutine always returning true

Replies are listed 'Best First'.
Re: Re: SQL - Subroutine always returning true
by nysus (Parson) on Jul 11, 2003 at 07:47 UTC
    Is this unsound advice? Why is it cause me to lose reputation?

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar Abbot Bishop Pontiff";
    $nysus = $PM . $MCF;
    Click here if you love Perl Monks

Re: Re: SQL - Subroutine always returning true
by devslashneil (Friar) on Jul 11, 2003 at 06:27 UTC
    Ahhh good advice, thanks a lot.

    Neil Archibald
    - /dev/IT -

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-25 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found