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 TouchToneTommy 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 forty

  1. forty

    Can't delete my .ldb file

    What is the .ldb? Is it the file with type of file description: Access.LockFile.9 ???
  2. forty

    push @array value to $var

    Thanks! Now I understand it better.
  3. forty

    push @array value to $var

    Can you please explain what is going on in this? I am lost on how references work in this: use strict; my @array = ('1','2','3','blue','red'); my $array_reference = \@array; # a reference to the array &print_array($array_reference); # print 'blue' print "COLOR...

Part and Inventory Search

Back
Top