![]() Preserved Topic: The Amazing Crashing 8 line program! (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
![]() 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 |
![]() 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 |
![]() sorry.... I shoulda led with that..... I was just really pissed.. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() tis probaby the text/html thing. |
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() what you need the -w switch? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
![]() 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 |
![]() ok, by adding this line: |
Paranoid (IV) Inmate From: California |
![]() Hi Petskull, quote:
|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
![]() *sorry, I'll answer you later- but right now I'm really fucking stressed (family stuff)* |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Concatenation is merging two strings into one. |