Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $flag = shift;
    sub hello { return "hello by reference\n" }
    print xello() if $flag;
    
  2. or download this
    $ perl -MO=Lint,all blint.pl
    Undefined subroutine xello called at blint.pl line 4
    blint.pl syntax OK