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 bkrike 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 baig01

  1. baig01

    Regarding file extraction

    #!/usr/local/bin/perl use warnings; use strict; my $inputfile = "file1.txt"; # assign the contents of netlist to a scalar open FH,$inputfile; # dump the contents of scalar to a file handler my @results = <FH>; # use an array called results, a vector to store the items...

Part and Inventory Search

Back
Top