in reply to Re: Re: Compilation Error
in thread Compilation Error
Should probably be (untested):$page .= table ({-border => 1, -align => "center"},
Remember, perl -c is your friend and will point out these types of errors.$page .= table ({-border => 1, -align => "center"});
|
|---|