Help for this page

Select Code to Download


  1. or download this
    return $XHTML?"\L<br\E$attr />":"\L<br\E$attr>" unless @_;
    my($tag,$untag) = ("\L<br\E$attr>","\L</br>\E");
    my @result = map { "$tag$_$untag" } 
        (ref($rest[0]) eq 'ARRAY') ? @{$rest[0]} : "@rest";
    return "@result";
    
  2. or download this
    #!/usr/bin/perl -w
    ##################
    ...
    foo<br />
    Use of uninitialized value in join or string at (eval 2) line 15.
    foo<br></br>