RE: using format

2003-03-17 Thread Wagner, David --- Senior Programmer Analyst --- WGO
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

RE: Using format

2003-03-17 Thread Hanson, Rob
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

Re: Using format()

2002-02-26 Thread William.Ampeh
#!/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