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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bob6739
  • Content: Threads
  • Order by date
  1. Bob6739

    Perl Beginner - Need Help

    I'm just learning Perl and can't figure out why this code does not work. #!/usr/bin/env perl use strict; use warnings; open(my $configfile, "<", 'PoliceLog.txt') or die "Could not read file\n"; my @configdata = split 'zz', $configfile; print "$configdata[0]\n"; close $configfile;[/b] I...

Part and Inventory Search

Back
Top