Result for FA18D367D663BA3924FF06D1EE603CAD4355B28A

Query result

Key Value
FileName./usr/share/man/man3/Devel::Autoflush.3pm.gz
FileSize2020
MD5FC37B548519DB73F8049571409C47364
SHA-1FA18D367D663BA3924FF06D1EE603CAD4355B28A
SHA-256D341DBDCBE6089729FA12698D3551DDC87ECB1BA64794421DE7ADCD168FF981F
SSDEEP48:XpNoff1mrpzWDKkOOAOokZ9OjHuUkEAoX:jon1spQOOj6OjE
TLSHT149414C23D0FC1208895D97DC50A46F41C4C48D2054E9D60A73AF60AB2623FB08F574D7
hashlookup:parent-total9
hashlookup:trust95

Network graph view

Parents (Total: 9)

The searched file hash is included in 9 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD556E381408D7B96FD6B7204EA039BEB33
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageRelease1.1
PackageVersion0.06
SHA-1F0325349287B4709E4775FAC3862C73497303D67
SHA-256725E4562C312989751405C0FBC230A1CC1F2E99D6241495D29AC9D9646A9375E
Key Value
MD51A02FA5B522BE46DF0456C6BD90B6012
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageReleaselp150.1.2
PackageVersion0.06
SHA-12D77E1EB02C1DE511768D5F5753395C04A0E73A7
SHA-2562954C3F4E8461534D6CF9293B37CDD43589B139EC558A56C1ACAE2E38ADBD557
Key Value
MD51EDEF8E3A46A30AF54F59DA5B77135D7
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageReleaselp151.1.1
PackageVersion0.06
SHA-164515281BDC5D60AA7688EFF9CC494F79675B9A1
SHA-256C2EB4A3C8A9CBFEEE9D2D62B5E0CB5B24DA6A3EDE2339EEF044A0ED95AC70150
Key Value
MD581BB23EF52CEA3B9F06AA674725F8B72
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageRelease1.2
PackageVersion0.06
SHA-1B9ED862626FBD747E576F61F2136A021A23FC5A3
SHA-256B1106A10AA64F4995AE04B1DA27A63D6AB4EAC2A29537F40F27D51F98CC483AF
Key Value
MD59B5B3A8A8D0FF9BCEA6C0E56CB40CDEB
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageReleaselp153.1.10
PackageVersion0.06
SHA-1F9A252E5D5CB65545CFF6A8715AF80567F9F4D82
SHA-256B2B79158DF7358EB433A4B6B1F905B2EAAEC5BF64BD98B8C1F4180F21FE8B2BB
Key Value
MD59B2D2C21CA0D3BE635CB20E3D66ED6AA
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageReleaselp152.1.1
PackageVersion0.06
SHA-183DBD908CBCD70DEE0A8BA3348A3B072B4600EBB
SHA-256003287E908941BE75DE4D41AA48B1CA24EA66A42E3708E159127248989B68CE7
Key Value
MD548D6FA20059CCBA6653B6F5B3377A1F8
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageRelease1.3
PackageVersion0.06
SHA-1C4547A780C77CB7E22605D7B3962BB0494352C92
SHA-256C751A912477178E29B55C2278E79D073F34751D30E72D4386968C903FBCFC708
Key Value
MD52B599DF46669D5005C2988D123A5CA7D
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageRelease1.1
PackageVersion0.06
SHA-1DB53430F853D9DCF4BF19FB864921D42096CBDE8
SHA-2567F1BACFC7B5ECD42B2EECCBE076BFF4DBECE06A9C3F785C3FD70CF16CACA68A2
Key Value
MD561A9AC39EB39237C08BD6E1D2D043E64
PackageArchnoarch
PackageDescriptionThis module is a hack to set autoflush for STDOUT and STDERR from the command line or from 'PERL5OPT' for code that needs it but doesn't have it. This often happens when prompting: print "Guess a number: "; my $n = <STDIN>; As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. This might happen with 'tee': $ perl guess.pl | tee capture.out Use Devel::Autoflush to work around this: $ perl -MDevel::Autoflush guess.pl | tee capture.out Or set it in 'PERL5OPT': $ export PERL5OPT=-MDevel::Autoflush $ perl guess.pl | tee capture.out = SEE ALSO * * the CPANPLUS::Internals::Utils::Autoflush manpage -- same idea but STDOUT only and only available as part of the full CPANPLUS distribution
PackageNameperl-Devel-Autoflush
PackageRelease1.2
PackageVersion0.06
SHA-1D67FAA04A7BECFA168FDE392CC298F79D21B37DE
SHA-2568AECF9E814C44549B91E774FC65D2626EFEB33D729556886CCA990BF0B8CF350