Help for this page

Select Code to Download


  1. or download this
    $VAR1 = '';
    $VAR2 = {
    ...
            };
    
  2. or download this
    my $rec;
            while ( <$fh> ) {
            if (s/^\[(.*?)\]\s*//){$rec = $1}
    
  3. or download this
    (
      "CELL_NAME",
    ...
        THIRD   => 123,
      },
    )