Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    use warnings;
    ...
        {
            print $file;
        }
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    use warnings;
    ...
        print $file;
         }
    }
    
  3. or download this
    syntax error at vowels.pl line 11, near ");"
    execution of vowels.pl aborted due to compilation errors