Help for this page

Select Code to Download


  1. or download this
    sub Reformat
    {
    ...
    
            return $out;
    }
    
  2. or download this
                   $out .= eval $1;
                   $out .= "<!-- $@ -->" if $@;
    
  3. or download this
                   $out .= eval "MyPackage::$1";
    
  4. or download this
           Something about <?account_name(uc("foo"))?>: