The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
print screen prashantchavan AIX 7 12-03-2007 07:06 AM
perl - print to a log file and screen mjays Shell Programming and Scripting 6 08-21-2007 09:34 AM
print to screen and to file using awk?! satnamx Shell Programming and Scripting 2 04-25-2006 02:33 PM
How to print content on the screen aadba UNIX for Dummies Questions & Answers 4 03-22-2004 11:10 AM
how to print screen in linux vancouver_joe UNIX for Dummies Questions & Answers 2 01-16-2002 03:51 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 08-04-2008
Alalush Alalush is offline
Registered User
  
 

Join Date: Jul 2008
Location: Israel
Posts: 21
perl: howto print to screen & filehandle

Hello,

I need to print messages both to screen and to file handle in perl , like tee does in unix .
Any suggestions ?


Thanks
  #2 (permalink)  
Old 08-04-2008
Ikon's Avatar
Ikon Ikon is offline Forum Advisor  
Registered User
  
 

Join Date: Jul 2008
Location: Phoenix, Arizona
Posts: 669
Is this what you mean?


Code:
$messages = "This is some message!!\n";
$messages .= "Another message!!\n";

$filename = "/some/dir/file.log";

open (FILE, "< $filename" ) or print " Error \n";
 print FILE $message;    #Sends message to {$filename}
 print $message;         #Sends message to Screen
close FILE;

Would write:
This is some message!!
Another message!!

To file and screen.
  #3 (permalink)  
Old 08-05-2008
Yogesh Sawant's Avatar
Yogesh Sawant Yogesh Sawant is offline Forum Staff  
Part Time Moderator and Full Time Dad
  
 

Join Date: Sep 2006
Location: Rossem, Tazenda
Posts: 1,086
check if this helps
Closed Thread

Bookmarks

Tags
perl, tee

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 07:05 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0