costas has asked for the wisdom of the Perl Monks concerning the following question:
read_in_file(); sub read_in_file { open(INPUTFILE, "</WEBDEVELOPMENT/cgi-bin/postcode.txt"); }
use lib qw( "</WEBDEVELOPMENT/cgi-bin/ ); read_in_file(); sub read_in_file { open(INPUTFILE, "<postcode.txt"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: lib
by arhuman (Vicar) on Apr 11, 2001 at 14:21 UTC | |
|
Re: lib
by physi (Friar) on Apr 11, 2001 at 14:28 UTC | |
by costas (Scribe) on Apr 11, 2001 at 15:19 UTC | |
by davorg (Chancellor) on Apr 11, 2001 at 16:10 UTC | |
by arhuman (Vicar) on Apr 11, 2001 at 16:12 UTC | |
| |
|
Re: lib
by alfie (Pilgrim) on Apr 11, 2001 at 17:38 UTC |