Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print bar () . "\n";
    
    sub bar {return 'bar';}
    
  2. or download this
    Unquoted string "bar" may clash with future reserved word at noname.pl
    + line 8.
    foo
    Use of uninitialized value in concatenation (.) or string at noname.pl
    + line 8.
    print() on unopened filehandle bar at noname.pl line 8.