| rindolf | LeoNerd: heh. Slow the code down, man! Slow the code. It's going too fast. 1M lines per day. I wonder how many lines of FOSS are written daily. And it's nothing compared to the amount of in-house and throwaway code. Like perl -e Or a simple pipeline. |
| LeoNerd | If you count perl -e, do you count bash commandlines? |
| simcop2387 | GumbyBRAIN: fjMnphUD |
| GumbyBRAIN | Vowels a right jim royle and watching about 3 hours for me to it", i see "*** chanserv gives operator access to the next wow. |
| ks | why do I have (26)Text file busy: exec of '/var/www/localhost/cgi-bin/mytable' failed ? |
| ofer0 | )errc lo grfre abvgpraabP( 131 :ebeer qnrE |
| ks | i'm trying to edit perl script from my editor and after i save it, it stops working Premature end of script headers: mytable |
| simcop2387 | ofer0: ? |
| ofer0 | simcop2387, ! |
| Randal | sounds more like a CGI problem than a Perl problem try asking in #apache |
| ofer0 | ks, use CGI qw( header ); print header; ks, or show script. |
| ks | well it's a copy of stock printenv |
| [miles] | gentlemen, can I combine $base =~ s/__USERPART__/$ent_username/g; $base =~ s/__DOMAINPART__/$ent_domain/g; into one replace? |
| ofer0 | I don't know what a printenv is. ks, you want one like this: http://ofer.awardspace.com/ |
| Ast | ks: permissions are ok? |
| ofer0 | Ast, yes |
| ks | Ast i set 777 for dir and file |
| ofer0 | very bad idea. |
| Randal | "and for some reason, my account keeps getting destroyed!" |
| ofer0 | because of people like you, I can pass my quota limit @ some public servers. |
| Ast | 755 is enough |
| ks | ofer0 well, i'm trying to experiment with HTML::Tableextractor using cgi here is a link http://jh.enomalylabs.com/cgi-bin/printenv this works |
| ofer0 | what's the problem ? |
| ks | and a copy stops working once i edit it in editplus |
| phroggy | line ending problem |
| ofer0 | use CGI qw( header ); print header; foreach my $k ( keys %ENV ) { print "$key=$ENV{$key}\n" } |