Help for this page

Select Code to Download


  1. or download this
    sub new {
        return bless {}, __PACKAGE__;
    }
    
  2. or download this
    sub File {
        return bless {}, 'File';
    }