| f00li5h | killer_: CGI.pm won't print headers when run from the shell, i don't think |
| thrig | perl -MCGI -le '$c=CGI->new; print $c->header, "does too"' |
| f00li5h | thrig: fine. |
| killer_ | lsof|wc -l returns 9869, isn't that alot? |
| simcop2387 | GumbyBRAIN: i have masters in Gemonomy and Gemology! |
| GumbyBRAIN | when the os at first i and the directory where i have in your mind. |
| thrig | perhaps. Do you graph system metrics over time? Have similar systems to compare with? |
| killer_ | it made that one file.. after adding print $fh ""; and no more files are being made error messages sure would be nice |
| gotgenes | Why do I need to declare a variable with "our" instead of "my" to be able to access a variable from a package when importing that package from another script? In other words, I can't access $Foo::bar unless I use "my $bar;" in Foo.pm, but I can if I use "our $bar". grrr, s/unless/if/ |
| thrig | gotgenes: http://perl.plover.com/FAQs/Namespaces.html |
| imMute | gotgenes: because my creates a lexical variable |
| thrig | and why does the script need to poke around inside the module namespace? |
| killer_ | it's like perl simply stopped creating files.. this is not good |
| thrig | why would perl magically stop creating files? |
| killer_ | system is not swapping ram 76MB RAM free 0.37 load average.. hmm not sure what is wrong |
| gotgenes | thrig: I define a hash of ignored terms in a module; I'd like to test the module; rather than duplicating the code, I'd like to use the hash contained within said module-to-be-tested. |
| thrig | I'd look at 'df' and 'df -i' if I had file creation problems. Though your lack of errno data is disturbing. |
| killer_ | I'm not liking File::Temp |
| f00li5h | killer_: it's simple, do what the docs say killer_: and pass arround $fh if you need it in suba s/a$/s/ |
| killer_ | thrig: df shows 54% avail on partition and df -i shows 8302267 IFree I must have a syntax error somewhere |
| thrig | syntax errors would be readily apparent via failures to run or 'perl -c' tests |
| avar | GumbyBRAIN: hlagh? |
| GumbyBRAIN | asl, we must meet for hlagh, i belive my dong is compatable with other gotos. |
| killer_ | perl -c ./4dtscore.cgi -> syntax OK great yippie |
| f00li5h | killer_: now that the compiler understands it, all that's left is for people to |
| Patterner | next step is "perlcritic -1 4dtscore.cgi" |
| killer_ | f00li5h: heh |
| Chris62vw | GumbyBRAIN, compatable dong? |
| GumbyBRAIN | asl, we must meet for hlagh, i belive my dong compatable with other things, but not for what you seem to get the home address of the dong. |
| Patterner | I sense an unhealthy fascination with dongs. |
| killer_ | f00li5h: check this.. does it run for you? http://www.paste.me.uk/439.html Patterner: perlcritic not found |