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!

Search results for query: *

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

    Search a string in all files within directory

    The more I study this Perl more I confused...and get Server error 500. I tried to search solution from internet but cant find any or if found some did not understand it. problem is this: I need a script which search with given string all files within specific directory and and print all those...
  2. oh5yw

    Multiple columns?

    I have this little script which prints all files from directory as links. How can I modify it to print in 2 or 3 columns? Kari #!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); use strict; use warnings; use CGI qw(:all); print header(), ul( map li( a( {href => $_ }, $_ )), <*.*> ) ;

Part and Inventory Search

Back
Top