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: Core2
  • Order by date
  1. Core2

    Perl Text File Help

    Ok, so far i have the following, #!/usr/bin/perl -w #Perl Script To Scan A Text File And Record The Percentage Of Domains Ending In .co.uk or .com sub address() { $str=$_[0]; if($str=~m/\.co.uk\.com\Z/) { return 1; } return 0; } if( &address("\.co.uk\.com") == 1) { print "Valid...
  2. Core2

    Perl Text File Help

    Hi, At the moment i don;t have anything was really just getting some idea son how to start and were best to start with this. Thanks.
  3. Core2

    Perl Text File Help

    Hi, I have a text file that contains, web addresses such as 'http://www.amazon.co.uk' etc one per line. I need to get a perl script that will scan through this text file and tell me the percentage of domains listed that end in either .co.uk or .com Any hlp would be greatly appreciated.

Part and Inventory Search

Back
Top