Help for this page

Select Code to Download


  1. or download this
    use feature ":5.14";
    use warnings FATAL => qw(all);
    ...
    
    print readFile("readFile.pm");
    
  2. or download this
    use feature ":5.14";
    use warnings FATAL => qw(all);
    ...
    
    print readFile("readFile.pm");