Ruben Montes wrote:
> hello,
> here's the code:
>
> format ENT_TOP =
> Num. Interface Description Admin StatusOper
> Status
>
> ==
> .
>
> and this is error I get:
>
> Format not terminated
I haven't used formats in a long time, but no, you don't need any additional
libraries. Parhaps you forgot to end the format section? It needs to end
with a period (.).
Perhaps posting a code sample to the list would help.
Rob
-Original Message-
From: Ruben Montes [mailto:[EMAIL PROTE
#!/opt/local/bin/perl
$CUR_TIME=`date "+%B-%Y"`;
$TITLE="Annual Report on Car Sales";
select ("STDOUT");
$~ = STDOUT;
for ($i = 1; $i <10; $i++) {
$color = "Red";
if ( $i % 2 ) { $color = "Blue"};
$col1 = "${color}_car_col_1";
$col2 = "${color}_car_col_2";
$col3 = "${color}_ca