iain truskett <[EMAIL PROTECTED]> writes: : : Who here has actually used something other than a constant '1' in a : package? I have. : If so, why? (Possibly cite the code.) Because it's more aesthetic (and useful) for me to see: open '/afs/bp.ncsu.edu/path/to/no_such_file': No such file or directory NCSU/SomeModule.pm did not return a true value at ./make_lockers line 25. BEGIN failed--compilation aborted at ./make_lockers line 25. rather than: open '/afs/bp.ncsu.edu/path/to/no_such_file': No such file or directory BEGIN failed--compilation aborted at ./make_lockers line 25. especially if this is showing up in a cron message somewhere. (I know I could add the module name to the error, but I like letting perl do it for me. Less work for me.) William
- Re: RFC 55 (v1) Compilation: Remove requirement... Piers Cawley
- Re: RFC 55 (v1) Compilation: Remove requirement... Andy Wardley
- Re: RFC 55 (v1) Compilation: Remove requirement for fina Bart Lateur
- Re: RFC 55 (v1) Compilation: Remove requirement for fina Damian Conway
- Re: RFC 55 (v1) Compilation: Remove requirement for... Bart Lateur
- Re: RFC 55 (v1) Compilation: Remove requirement... Peter Scott
- Re: RFC 55 (v1) Compilation: Remove require... iain truskett
- Re: RFC 55 (v1) Compilation: Remove req... Bryan C . Warnock
- Re: RFC 55 (v1) Compilation: Remove req... Bart Lateur
- Re: RFC 55 (v1) Compilation: Remove req... William Setzer
- Re: RFC 55 (v1) Compilation: Remov... iain truskett
- Re: RFC 55 (v1) Compilation: Remove req... Damian Conway
- Re: RFC 55 (v1) Compilation: Remove requirement for... Damian Conway