Help for this page

Select Code to Download


  1. or download this
    sub SetLog {
      my $glob = shift;
      *LogFile = *$glob;
    }
    
  2. or download this
    package test_a;
    my $LOGFH;
    ...
    package main;
    ...
    test_a::SetLog(\*LOGF);