Help for this page
Select Code to Download
Select
or
download this
while(@lines) { ... }
Select
or
download this
@lines = <MYFILE>;
Select
or
download this
@lines = split /\n/, $string;