Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Yet another does-function-exist question (eval sub)

by tye (Sage)
on Apr 14, 2007 at 16:22 UTC ( [id://610079]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub definedWord
    {
    ...
    for(  @ARGV   ) {
        printf "$_:\t%sdefined\n", definedWord($_) ? "" : "UN";
    }
    
  2. or download this
    definedWord:    defined
    time:   defined
    ...
    lt:     defined
    goto:   defined
    last:   defined
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-23 07:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found