Help for this page

Select Code to Download


  1. or download this
    package Library.pm
    printInformation()
    ...
    print(STDOUT,
    "Here is some info, damn its not returning a scalar");
    }
    
  2. or download this
    package Library.pm
    use Library.pm
    ...
    
    return @captureSTDOUT;
    }