Help for this page
$\="\n"; print $$; ... close PROG or die $!; } print $$;
#!/usr/bin/perl -w use strict; ... $\="\n"; print $$;