- or download this
$ perl -Mstrict -Mwarnings -E '
sub cycle {
...
}
'
abcefgdabhefcdaghe
- or download this
$ perl -Mstrict -Mwarnings -E '
{
...
}
'
abcefgdabhefcdaghe
- or download this
$ perl -Mstrict -Mwarnings -E '
sub cycle {
...
print cycle($stuff) for 1..30;
'
abcdabcdabcdabcdabcdabcdabcdab