UBB.Dev
Hello,

I would like to know, if a value is true, does anyone know how to generate a HTMl file then?

Thank you
Posted By: Burak Re: Generating new HTML file is value is true - 03/10/2002 4:57 PM
Code
[/code]or 

[code]
etc...
Code
[/code]or 

[code]
etc...[/b]
Thank you, that's not hard tipsy

However, if(defined $value and $value eq 'yes') { can't
'yes' be 'TRUE' too?
Posted By: LK Re: Generating new HTML file is value is true - 03/11/2002 3:47 PM
Yes, it can smile
Posted By: Burak Re: Generating new HTML file is value is true - 03/11/2002 3:47 PM
quote:
Originally posted by GotaN:
However, if(defined $value and $value eq 'yes') { can't
'yes' be 'TRUE' too?

"yes" is a true value; like 1 or "what will you watch tonight" etc... I used defined() because you can get errors under -w/strict without it...
Is there a way to save this file?
Posted By: Burak Re: Generating new HTML file is value is true - 03/16/2002 10:19 PM
of course;

print & save:

[code][/code]
© UBB.Developers