Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [jgkiefer] Custom link fields: Edit Log

Here is the list of edits for this post
Re: [jgkiefer] Custom link fields
No :)

You can do this though:

Code:
unless ($field =~ /^.{0,200}$/) {

...but better would be:

Code:
unless (length($field) and length($field) < 201) {

Last edited by:

Paul: Dec 10, 2002, 9:27 AM

Edit Log: