in reply to current array index
#!/usr/bin/perl # comment while(<>) { if (/^#/) { print; $.--; } else { print "$.:$_"; } } [download]
Run that on itself.
-- $you = new YOU; honk() if $you->love(perl)