Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Interview questions

by cdarke (Prior)
on Dec 19, 2011 at 11:27 UTC ( [id://944233]=note: print w/replies, xml ) Need Help??


in reply to Interview questions

1). Depends if the program is run with warnings on or not (-w option). If it is then:
"our" variable $test masks earlier declaration in same scope
More likely the interviewer wanted you to say what the difference between my, our, and local is.

2). The interviewer probably wanted PERL5LIB or PERLLIB, but actually any environment variable could be used to set the path provided you
use lib $ENV{varname};


Did you get the job?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 05:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found