Help for this page

Select Code to Download


  1. or download this
    package foo;
    
    ...
    use foo;
    
    print "Testing\n", undef;
    
  2. or download this
    local $^W = 1;