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: rob54321
  • Content: Threads
  • Order by date
  1. rob54321

    Perl how to read line from file with interpolation

    Hi I have the following code: open FH, "<", "file.txt"; my $line = <FH>; print "line = " . $line . "\n"; file.txt contains one line: one\ntwo The string $line is printed literally. What do I have to do to get it to print one two ? I have tried opening the file with :raw :crlf :any but nothing...

Part and Inventory Search

Back
Top