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 strongm 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: *

  1. vanbroo

    Perl RegEx Query

    add $instr =~ s/^(.*?)\/$/$1/; after chop($instr);
  2. vanbroo

    Remove Carriege Returns

    $text =~ /^(.*?)\n*$/$1/;
  3. vanbroo

    HTML browser invocation

    I have written a Perl software for use on personnal computer under Windows, Linux or MAC OSX, it's an HTML generator. I want to start the HTML browser from Perl to view the generated pages, so I used the Display module, but I can only see the first HTML page, all the hyperlinks are inactive...

Part and Inventory Search

Back
Top