Help for this page

Select Code to Download


  1. or download this
    sub func {
       $_ = "foo";
    ...
    
    func() for my $var;   # $_ is an alias
    func();               # $_ isn't an alias