Help for this page

Select Code to Download


  1. or download this
    my (%foos, %bars);
    while( my $line = <DATA> ) {
    ...
    #    warn qq( "$line" is the wrong format.\n );
      }
    }
    
  2. or download this
    my (%foos, %bars);
    while( my $line = <DATA> ) {
    ...
    #    warn qq( "$line" is the wrong format.\n );
      }
    }