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