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

    Script Problem with array.

    Hiho, I've got some probs. With my Script. which looks like this: #!/usr/bin/perl system &quot;rsh Baba disk status >output&quot;; $volstatus=&quot;output&quot;; open(FP,$volstatus); while(<FP>){ # throw away \n chomp(); $line = $_; next unless $line =~ /^*.*/...
  2. Roeckli

    How to Read Text out off File?

    Hi I've tried to get one word out off a file. I used the following script: !/usr/bin/perl print &quot;Content-type: text/html\n\n&quot;; use strict; chomp(my $file=</home/drivestatus>); open(FH, &quot;< $file&quot;) or die &quot;Blabla $file open\n&quot;; undef $/; my $search = <FH>...
  3. Roeckli

    print output should go into HTTP/textarea

    Hi@all, I would like to read a file into a TEXTAREA/HTTP when the page gets opened. The file will be modified and the changes should be saved in the same file again. Does anyone know how? I cant get it 2 work :( me--> newbie :) Many Thanks Daniel

Part and Inventory Search

Back
Top