Help for this page

Select Code to Download


  1. or download this
    use evalerrorstack; # @@ initialized
    ...
    no evalerrorstack; # @@ cleared
    
  2. or download this
    sub expand {
        my $macros = shift;
    ...
        return if @@;
        $result;
    }
    
  3. or download this
    sub expand {
        my $macros = shift;
    ...
        }
        $result;
    }