Hi, I would write to a file c:\cygwin\etc\dhcpd\dhcpd.conf which contains this:
vendor-class "PXEClient" {
        filename "/bootp/linux/pxe/pxeloader" ;
        default-lease-time 1800;
        max-lease-time 1800;
        option host-name "CLIN_1" ;
        ...........
        I want to put here my string
        ...............
        
my string is a concatenation of 3 variables:var1, var2, var 3. 

How can I do this in Perl?
Thanks       




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to