Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $temp;
    
    ...
    print "func:$temp\n";
    
    sub func { return ''; }
    
  2. or download this
    func:
    func:undefined