Preserved Topic: The Amazing Crashing 8 line program! (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 06-26-2002 16:40
Only I can crash a perl script in only 8 lines... anybody know why? code: #!/usr/bin/perl
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-26-2002 17:30
Well, for one thing, change that text/plain to text/html if you want your <br>s to work. But I don't know what the error is. Don't you have access to the error logs? |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 06-26-2002 17:34
sorry.... I shoulda led with that..... I was just really pissed.. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-26-2002 18:44
tis probaby the text/html thing. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 06-26-2002 19:53 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-26-2002 20:17
what you need the -w switch? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-26-2002 22:54 |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 06-27-2002 09:54
wow... learned a bunch of new things debugging this... code: use CGI::Carp qw(fatalsToBrowser);
|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 06-27-2002 12:48
ok, by adding this line: |
Paranoid (IV) Inmate From: California |
posted 06-27-2002 15:15
Hi Petskull, quote:
|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 06-27-2002 22:36
*sorry, I'll answer you later- but right now I'm really fucking stressed (family stuff)* |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-27-2002 23:02
Concatenation is merging two strings into one. |