do.
# from PCB 8.16
$APPDFLT = "/usr/local/share/myprog";
do "$APPDFLT/sysconfig.pl";
do "$ENV{HOME}/.myprogrc";
#in config file
$NETMASK = '255.255.255.0';
$MTU = 0x128;
$DEVICE = 'cua1';
$RATE = 115_200;
Forward to Functions as Data
Back to Data-Oriented Programming
Up to index
Copyright © 1998, Tom Christiansen
All rights reserved.