On May 18, 2010, at 2:07 PM, Silviu Paragina wrote:
> On 18.05.2010 22:47, Ken wrote:
>> Yes I think your correct Silviu. You want 'include' not 'import'.
>>
>> To explain:
>>
>> Import is more like the C #include directive - it effectively just
>> pulls the contents of the external file into t
On 18.05.2010 22:47, Ken wrote:
Yes I think your correct Silviu. You want 'include' not 'import'.
To explain:
Import is more like the C #include directive - it effectively just
pulls the contents of the external file into the current one. Because
you didn't have a file 'servername.pp' you got a
Yes I think your correct Silviu. You want 'include' not 'import'.
To explain:
Import is more like the C #include directive - it effectively just
pulls the contents of the external file into the current one. Because
you didn't have a file 'servername.pp' you got an error (as one would
expect :-).