Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    Use of uninitialized value in join or string at foo line 4.
    Use of uninitialized value in join or string at foo line 4.
    hello worldgoodbye world
    
  2. or download this
    sub println {
        $\ = "\n";
    ...
        print @_;
    }