perl_lover has asked for the wisdom of the Perl Monks concerning the following question:
$\ = "\n"; for($!=0;$!<=87;$!++) { print $!; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How Perl Maps error no. to error string
by ikegami (Patriarch) on Aug 17, 2006 at 05:03 UTC | |
|
Re: How Perl Maps error no. to error string
by GrandFather (Saint) on Aug 17, 2006 at 04:18 UTC | |
|
Re: How Perl Maps error no. to error string
by jesuashok (Curate) on Aug 17, 2006 at 04:28 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |