<[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
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/
05:54
PM cc
Subject
Please respond to Re: bold print t
To
>"[EMAIL PROTECTED]"
> 05/26/2005 05:03 <[EMAIL PROTECTED]>
> PM cc
> beginners@pe
cc
beginners@perl.org
Subject
Please respond to Re: bold print to a FH
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;
>
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")