Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by stewchicken

  1. stewchicken

    Could I make file handle only accessible in Sub function?

    Hello it seem file handle could be accessed in different sub functions, Could i make it only accessible in one sub function? sofar I tried below way. seems ok... sub funsub () { $config = XML::Simple->new()->XMLin('config.xml'); my $logfile = &createLog(); my $LOGFILEHANDLE=''...

Part and Inventory Search

Back
Top