Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    #$Name$
    #$Id$
    ...
    printf($uHHash{uHANDLE} "Output is here (%s) !\n","HJGKJGJHJLHL");
    close($uHHash{uHANDLE});
    exit(0);
    
  2. or download this
     ...
    my $uuh = $uHHash{uHANDLE};
    printf($uuh "Output is here (%s) !\n","HJGKJGJHJLHL");
    close($uHHash{uHANDLE});
    exit(0);