Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    
    ...
     }
     
    close(PROGFILE);
    
  2. 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";
    
  3. 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";