Help for this page

Select Code to Download


  1. or download this
    use constant { NAME=>0, TYPE=>1, DETAILS=>2 };
    
    ...
        }
    }
    close OUT;
    
  2. or download this
            ## while TYPE is undefined, but  DETAILS are
            ## and there is another line in this page
    ...
             and     $meta[ $page ][ $line +1 ][ DETAILS ]
             and     $line +1 < @{ $meta[ $page ] }
            ) {
    
  3. or download this
            ## while there is another line in this page
            ## and its TYPE is undefined, but its DETAILS are
    ...
             and ! $meta[ $page ][ $line +1 ][ TYPE ]
             and   $meta[ $page ][ $line +1 ][ DETAILS ]
            ) {