Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
  2. or download this
    Unquoted string "test" may clash with future reserved word
    
  3. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
        print;
    }
    close $test_fh;