RE: bold print to a FH

2005-05-26 Thread Thomas Bätzler
<[EMAIL PROTECTED]> asked: > the code > > print MU color 'bold', "BLAH BLAH BLAH \n"; > > is not working with error: > > > Uncaught exception from user code: > Invalid attribute name media at > disk_cache-tape_slot-usage.pl line > 45 > Carp::croak('Invalid attribute name media

Re: bold print to a FH

2005-05-26 Thread Jeff 'japhy' Pinyan
On May 26, [EMAIL PROTECTED] said: the code print MU color 'bold', "BLAH BLAH BLAH \n"; is not working with error: Uncaught exception from user code: Invalid attribute name media at disk_cache-tape_slot-usage.pl line 45 Carp::croak('Invalid attribute name media') called at /usr/

Re: bold print to a FH

2005-05-26 Thread DBSMITH
05:54 PM cc Subject Please respond to Re: bold print t

Re: bold print to a FH

2005-05-26 Thread Jay Savage
To >"[EMAIL PROTECTED]" > 05/26/2005 05:03 <[EMAIL PROTECTED]> > PM cc > beginners@pe

Re: bold print to a FH

2005-05-26 Thread DBSMITH
cc beginners@perl.org Subject Please respond to Re: bold print to a FH Jay Savage

Re: bold print to a FH

2005-05-26 Thread Jay Savage
On 5/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All, > > I want to have bold print of a Title but it is not working. Here is my > code: > > require 5.6.1; > > use strict; > use warnings; > use diagnostics; > use MIME::Lite; > use Term::ANSIColor; > use Logfile::Rotate; > $^T=time; >

bold print to a FH

2005-05-26 Thread DBSMITH
All, I want to have bold print of a Title but it is not working. Here is my code: require 5.6.1; use strict; use warnings; use diagnostics; use MIME::Lite; use Term::ANSIColor; use Logfile::Rotate; $^T=time; our $now = time(); our $tapes = qq(/var/tmp/volrpt.log); our $mt= (stat("$tapes")