Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
and die if I cant (supposing Ive reached my disk quota or something). Im familiar with print "this" || die, but how do you die when printing in this fashion?print FILE <<UNTIL_I_SAY_STOP; blah, blah, blah UNTIL_I_SAY_STOP
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: print or die
by lhoward (Vicar) on Jul 02, 2001 at 23:14 UTC | |
|
Re: print or die
by Abigail (Deacon) on Jul 03, 2001 at 01:51 UTC | |
|
Re: print or die
by Zaxo (Archbishop) on Jul 02, 2001 at 23:12 UTC | |
|
Re: print or die
by thabenksta (Pilgrim) on Jul 02, 2001 at 23:03 UTC | |
|
Re: print or die
by sierrathedog04 (Hermit) on Jul 02, 2001 at 23:35 UTC |