Help for this page

Select Code to Download


  1. or download this
    package Progname;
    use Carp;
    
    ...
    }
    
    1;
    
  2. or download this
    use Progname;
    tie $0, 'Progname', "NewProgramName";