Help for this page

Select Code to Download


  1. or download this
    --> file begins
    # This is a comment and after is an empty line
    ...
        'VALUE 23'
    }
    --> file ends
    
  2. or download this
     
       my $input_string = '';
        while (@lines) {
    ...
                $input_string .= $parts[0];
            }
        }
    
  3. or download this
    my %inp = (
        KEY1 => 'VALUE1',
    ...
            'VALUE 23'
        }
    )