Perl/Shell Knowledge Sharing
Perl Interview Questions and Answers
Thursday, March 3, 2011
add module path in INC
BEGIN { push @INC, 'd:/purand/' }
# or
BEGIN { unshift @INC, 'e:/purand/temp' }
# or
use lib 'c:/cgywin/';
print "@INC";
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment