in reply to Re: Aborting a module (return 1)
in thread Aborting a module
$ perl -wl use strict; BEGIN { return 1; } print "foo"; __END__ foo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Aborting a module (return 1)
by tye (Sage) on Oct 23, 2007 at 20:13 UTC | |
by suaveant (Parson) on Oct 24, 2007 at 14:40 UTC | |
|
Re^3: Aborting a module (return 1)
by ikegami (Patriarch) on Oct 23, 2007 at 20:12 UTC |