- or download this
#!/usr/bin/perl
...
}
close(PROGFILE);
- or download this
#!/usr/bin/perl
# Sample Program
...
print "This is the var \$APPNAME and this is what needs to get substit
+uted $APPNAME\n";
- or download this
#!/usr/bin/perl
# Sample Program
...
print "This is the var $APPNAME and this is what needs to get substitu
+ted AnyName\n";