Hi all,

I want to print few records into some file. Each record has some fields so I
want to print it in  a such a way that each field or column should start at
certain point.
I am trying to make my print formate. But it gives me error.
The code is as follows..

format NEW_TOP =
                                 File
Name                            Date            Time            Address
------------------------------------------------------------------
.
formate NEW =
@<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<< @<<<<<<<<<< @<<<<<<<<<<<<<<<<< 
$virus,                 $dd,            $tt,            $address
.


It gives following error
        Can't find string terminator "" anywhere before EOF

Any suggestions ?

Thanks
Smita Modi
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl

Reply via email to