Help for this page

Select Code to Download


  1. or download this
    s/(^.*<)\:([a-z]+)>/ "$1" . ( exists $inst{ $2 } ? $inst{ $2 } : $inst
    +{ default } ) /e;
    
  2. or download this
    s/(^.*<)\:([a-z]+)>/ "$1" . ( $inst{ $2 } || $inst{ default } ) /e;