Re: Using the require command with perl

2001-10-29 Thread RaFaL Pocztarski
Troy May wrote: > > I'm trying to use the require command with perl but when i want to put a > variable within the require statement it always errors out. The code looks > something like this. > > require "/absolute/path/to/files/$FORM{'id'}/options.txt"; > > Is this not possible? thanx for the

Using the require command with perl

2001-10-27 Thread Troy May
Hi, I'm trying to use the require command with perl but when i want to put a variable within the require statement it always errors out. The code looks something like this. require "/absolute/path/to/files/$FORM{'id'}/options.txt"; Is this not possible? thanx for the help. -- To unsubscribe,