- or download this
if ($left .. $right)
{
...
}
- or download this
while (<DATA>)
{
...
second
third
fourth
- or download this
while (<DATA>)
{
...
fourth
fifth
end
- or download this
while (<DATA>)
{
...
second
third
end
- or download this
while (<DATA>)
{
...
third
fourth
fifth
- or download this
while (<DATA>)
{
...
2 fourth
3 fifth
4E0 end
- or download this
while (<DATA>)
{
...
3 second
4E0 end
1E0 start third end
- or download this
while (<DATA>)
{
...
__OUTPUT__
1 start first end
2 ignore