Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -wl
    use strict;
    ...
    sub y { return "why" }
    print y( $foo );
    print x( $foo );
    
  2. or download this
    #!/usr/bin/env perl -lw
    use strict;
    ...
    print if( $foo );
    print main->if( $foo );
    print log( $foo );
    
  3. or download this
    Ambiguous call resolved as CORE::log(), qualify as such or use & at - 
    +line 16.
    Oops!
    ...
    Oops!
    if(1)
    log(1)